diff --git a/flake.nix b/flake.nix index a6e58ac..a8e3943 100644 --- a/flake.nix +++ b/flake.nix @@ -96,6 +96,13 @@ waifud.nixosModules.x86_64-linux.waifud-runner ]; + pneuma = mkSystem [ + ./hosts/pneuma + ./hardware/alrest + ./hardware/location/YOW + waifud.nixosModules.x86_64-linux.waifud-runner + ]; + # cloud firgu = mkSystem [ ./hosts/firgu ]; @@ -163,6 +170,18 @@ }; }; + deploy.nodes.pneuma = { + hostname = "192.168.2.33"; + sshUser = "root"; + fastConnection = true; + + profiles.system = { + user = "root"; + path = deploy-rs.lib.x86_64-linux.activate.nixos + self.nixosConfigurations.pneuma; + }; + }; + # deploy.nodes.hugo = { # hostname = "10.77.129.6"; # sshUser = "root";