From a711a7af9e38195ad9f8bd3baf0dd1afbeb0a3f0 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 10 Dec 2023 11:07:31 +0900 Subject: [PATCH] Test --- lib/default.nix | 1 + 1 file changed, 1 insertion(+) 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}"; };