diff --git a/modules/remotebuild/host.nix b/modules/remotebuild/host.nix index 1c30a96..e2bef17 100644 --- a/modules/remotebuild/host.nix +++ b/modules/remotebuild/host.nix @@ -6,7 +6,7 @@ openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICXfYm0PWG8/SO7s9OJrAHxV2PFcvAyVZjFfvN/7Vkw0 nixremote" ]; uid = 500; group = "nixremote"; - #hashedPassword = "$6$VlNqS5D2uxmzs$AXEEg63iQ5bMQDtU9.Cy4cd/UfQCHk9QNo2RuQmucNz6Y4Z2l0qM5lvr6KFcEdJi6vO7mYd761LrVrQ8J7nPw1"; + useDefaultShell = true; }; users.groups.nixremote.gid = 500;