mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
service/remote-build: fix non existing folder
This commit is contained in:
parent
63dfc18cc7
commit
6a453182a2
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@ in
|
|||
users.users.nixremote = {
|
||||
isSystemUser = true;
|
||||
group = "nixremote";
|
||||
home = "/home/nixremote";
|
||||
homeMode = "550"; # disable write
|
||||
shell = pkgs.bashInteractive;
|
||||
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGYSzDdxqaNHmaaLqEvOK/vB65zvqoCebI3Nxzgg5smq root@thinkman" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue