]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - nixops/default.nix
Add dry-run patch for morph
[perso/Immae/Config/Nix.git] / nixops / default.nix
index 5f4f4d2bb687f5e58264fee92cc85d546944a60d..7c6dd380de953a83c75f0208620344cda91ceb18 100644 (file)
@@ -1,12 +1,8 @@
-{ privateFiles ? ./. }:
+let
+  privateFiles = <privateFiles>;
+in
 {
-  network = {
-    description = "Immae's network";
-    enableRollback = true;
-  };
-
-  # Used by hetzner cloud to provision machines
-  resources.sshKeyPairs.ssh-key = {};
+  dilion = import ../modules/private/system/dilion.nix { inherit privateFiles; };
   eldiron = import ../modules/private/system/eldiron.nix { inherit privateFiles; };
   backup-2 = import ../modules/private/system/backup-2.nix { inherit privateFiles; };
   monitoring-1 = import ../modules/private/system/monitoring-1.nix { inherit privateFiles; };