commit 2769f2611be0364a1bcfe4e0abd19275bff24067 parent c4a790a17911a39f337bb770c8c784a566b34537 Author: Vincent Demeester <vincent@sbr.pm> Date: Thu, 28 Jul 2022 17:11:30 +0200 systems/hosts: remove deploy.nix Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
D | systems/hosts/deploy.nix | | | 16 | ---------------- |
1 file changed, 0 insertions(+), 16 deletions(-)
diff --git a/systems/hosts/deploy.nix b/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 = { }; - }; -}