service/remote-build: fix non existing folder

This commit is contained in:
Felix Buehler 2024-07-07 15:00:00 +02:00
parent 63dfc18cc7
commit 6a453182a2

View file

@ -14,8 +14,6 @@ in
users.users.nixremote = { users.users.nixremote = {
isSystemUser = true; isSystemUser = true;
group = "nixremote"; group = "nixremote";
home = "/home/nixremote";
homeMode = "550"; # disable write
shell = pkgs.bashInteractive; shell = pkgs.bashInteractive;
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGYSzDdxqaNHmaaLqEvOK/vB65zvqoCebI3Nxzgg5smq root@thinkman" ]; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGYSzDdxqaNHmaaLqEvOK/vB65zvqoCebI3Nxzgg5smq root@thinkman" ];
}; };