Reformat in preparation for multiple users
This commit is contained in:
parent
f8ab913941
commit
2fb3f631d4
|
@ -13,7 +13,8 @@
|
|||
};
|
||||
# Configuration of individual users
|
||||
nixosModules.users = {...}: {
|
||||
users.users.taneb = {
|
||||
users.users = {
|
||||
taneb = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
openssh.authorizedKeys.keys = [
|
||||
|
@ -21,6 +22,7 @@
|
|||
];
|
||||
hashedPassword = "$y$j9T$9pxQ4Zj7OirGMmgclhUb0/$YCfaYmIaaHRrkqiqdNbQSlJ7puX8bGrMCLavq6Pe1e3";
|
||||
};
|
||||
};
|
||||
users.mutableUsers = false;
|
||||
};
|
||||
# Configuration of SSH server
|
||||
|
|
Loading…
Reference in New Issue