Commit 2769f2611be0

Vincent Demeester <vincent@sbr.pm>
2022-07-28 17:11:30
systems/hosts: remove deploy.nix
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent c4a790a
Changed files (1)
systems
systems/hosts/deploy.nix
@@ -1,16 +0,0 @@
-inputs:
-
-{
-  nodes = with inputs.deploy-rs-lib.x86_64-linux; {
-    aomi = { };
-    sakhalin = { };
-    shikoku = {
-      hostname = "shikoku.home";
-      profiles.system = {
-        user = "root";
-        path = activate.nixos inputs.self.nixosConfigurations.shikoku;
-      };
-    };
-    wakasu = { };
-  };
-}