diff --git a/darwin/shiro/configuration.nix b/darwin/shiro/configuration.nix index f97b0825..902527db 100644 --- a/darwin/shiro/configuration.nix +++ b/darwin/shiro/configuration.nix @@ -34,6 +34,10 @@ distributedBuilds = true; }; + users.users.servius = { + # isNormalUser = true; + openssh.authorizedKeys.keyFiles = [../../secrets/id_ed25519.pub]; + }; users.users.remotebuilder = { # isNormalUser = true; openssh.authorizedKeys.keyFiles = [../../secrets/id_ed25519.pub]; diff --git a/deploy.nix b/deploy.nix index 9e06d4e1..413b4507 100644 --- a/deploy.nix +++ b/deploy.nix @@ -30,7 +30,7 @@ }; }; shiro = { - hostname = "kuro"; + hostname = "shiro"; interactiveSudo = true; profiles.system = { sshUser = "servius";