This commit is contained in:
Lukas Wurzinger 2024-09-15 18:07:59 +02:00
parent b7a77f8cf1
commit b399e823da

View file

@ -5,7 +5,10 @@
mutableUsers = false;
users = {
root.hashedPassword = "!";
root = {
hashedPassword = "!";
openssh.authorizedKeys.keys = builtins.attrValues (import ../pubkeys.nix).hosts;
};
lukas = {
uid = 1000;
isNormalUser = true;