From 8247d060a6cae65b2d63fd6bd3bf19ed9e66214c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 10 Aug 2025 13:56:28 -0700 Subject: manage a DigitalOcean virtual machine with nixos Add a new machine on DigitalOcean and provision it using terraform + nixos-anywhere. This takes care of bringing the machine up on nixos completely, and use a static SSH host key in order to configure wireguard at the same time. --- flake/devshells.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake/devshells.nix') diff --git a/flake/devshells.nix b/flake/devshells.nix index d28c4b3..15c571b 100644 --- a/flake/devshells.nix +++ b/flake/devshells.nix @@ -8,6 +8,7 @@ programs = { nixfmt.enable = true; deadnix.enable = true; + terraform.enable = true; }; }; @@ -38,7 +39,6 @@ scripts = import "${self}/scripts" { inherit pkgs - self system inputs ; -- cgit v1.2.3