commit a1ac41be510638d72f3b8abb0df21456f4e4f776 (tree) parent d196f85638f583c7d0958ef0ea77b4beee2dc060 Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Fri, 15 Sep 2023 15:05:25 +0300 fwminex: add to deploy-rs Diffstat:
| M | flake.nix | | | 14 | +++++++++++++- |
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git 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 = {