1
0
Fork 0

Always configure root

This commit is contained in:
Malte Brandy 2018-06-09 02:40:15 +02:00
parent ea0af06bc6
commit 9317c6ceba
2 changed files with 4 additions and 4 deletions

View file

@ -27,5 +27,9 @@
users = {
mutableUsers = false;
users.root = {
openssh.authorizedKeys.keys = me.keys;
passwordFile = me.pw-file;
};
};
}

View file

@ -13,9 +13,5 @@ in {
openssh.authorizedKeys.keys = me.keys;
passwordFile = me.pw-file;
};
root = {
openssh.authorizedKeys.keys = me.keys;
passwordFile = me.pw-file;
};
};
}