diff --git a/lib/default.nix b/lib/default.nix index 52bca7e1..365493d0 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -6,6 +6,7 @@ username ? "albert" }: { user = "${username}"; + hostname = "${hostname}"; profiles.system.path = inputs.deploy-rs.lib.${platform}.activate.nixos self.nixosConfigurations.${hostname}; profiles.system.sshUser = "${username}"; };