diff --git a/flake.nix b/flake.nix index 8e52782..5b3f797 100644 --- a/flake.nix +++ b/flake.nix @@ -84,7 +84,7 @@ nixosConfigurations.fwminex = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ - {nixpkgs.overlays = [ nur.overlay ]; } + {nixpkgs.overlays = [nur.overlay];} ./hosts/fwminex/configuration.nix ./modules @@ -158,6 +158,18 @@ }; }; + deploy.nodes.fwminex = { + hostname = myData.hosts."fwminex.motiejus.jakst".jakstIP; + profiles = { + system = { + sshUser = "motiejus"; + path = + deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.fwminex; + user = "root"; + }; + }; + }; + deploy.nodes.vno3-rp3b = { hostname = myData.hosts."vno3-rp3b.servers.jakst".jakstIP; profiles = {