Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DigitalOcean Non-EC2 example #994

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

cidkidnix
Copy link
Member

Add a DigitalOcean Droplet example for Non-EC2 deployments

I have:

  • Based work on latest develop branch
  • Followed the contribution guide
  • Looked for lint in my changes with hlint . (lint found code you did not write can be left alone)
  • Run the test suite: $(nix-build -A selftest --no-out-link)
  • Updated the changelog
  • (Optional) Run CI tests locally: nix-build release.nix -A build.x86_64-linux --no-out-link (or x86_64-darwin on macOS)

@ali-abrar ali-abrar requested a review from mankyKitty December 2, 2022 13:50
README.md Outdated Show resolved Hide resolved
{ nixosPkgs, ... }: { config, lib, ... }: {
imports = [ "${nixosPkgs.path}/nixos/modules/virtualisation/digital-ocean-image.nix" ];

# You'll probably need to override the host name in some way
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we know why this is the case? Can we suggest something more concrete like "In some instances X error may occur and the workaround/resolution/fix is to override the hostname to a fixed/preset/other value..."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants