This commit is contained in:
Danilo Reyes 2024-10-22 01:43:01 -06:00
parent 1795e56242
commit 84f0f08e1a

View File

@ -89,7 +89,7 @@
createHome = true; createHome = true;
group = "nixremote"; group = "nixremote";
home = "/var/nixremote/"; home = "/var/nixremote/";
openssh.authorizedKeys.keys = [ ../../secrets/ssh/ed25519_nixworkstation.pub ]; openssh.authorizedKeys.keyFiles = [ ../../secrets/ssh/ed25519_nixworkstation.pub ];
}; };
}; };
}; };