From a1ac41be510638d72f3b8abb0df21456f4e4f776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Fri, 15 Sep 2023 15:05:25 +0300 Subject: [PATCH] fwminex: add to deploy-rs --- flake.nix | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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 = {