ajout clef ssh à root
This commit is contained in:
@@ -20,6 +20,12 @@ in {
|
|||||||
|
|
||||||
security.sudo.wheelNeedsPassword = !(profiles.isPrunetwork && profiles.isServer);
|
security.sudo.wheelNeedsPassword = !(profiles.isPrunetwork && profiles.isServer);
|
||||||
|
|
||||||
|
users.extraUsers.root = {
|
||||||
|
openssh.authorizedKeys.keys = [
|
||||||
|
radxJPierre03
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
users.extraUsers.jpierre03 = mkIf profiles.isPrunetwork {
|
users.extraUsers.jpierre03 = mkIf profiles.isPrunetwork {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
createHome = true;
|
createHome = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user