Don't want to list everything, a ton of stuff 🥁
This commit is contained in:
parent
f05ee0a658
commit
86fc4d7f9f
17 changed files with 492 additions and 70 deletions
|
@ -47,10 +47,10 @@
|
|||
config = lib.mkIf config.mara.enable {
|
||||
users.users.mara = {
|
||||
uid = 1001;
|
||||
hashedPassword = config.mara.hashedPassword;
|
||||
inherit (config.mara) hashedPassword;
|
||||
description = "Mara Savastano";
|
||||
isNormalUser = true;
|
||||
extraGroups = config.mara.extraGroups;
|
||||
inherit (config.mara) extraGroups;
|
||||
shell = pkgs.zsh;
|
||||
openssh.authorizedKeys.keys = config.mara.authorizedKeys;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue