diff options
Diffstat (limited to 'users.nix')
| -rw-r--r-- | users.nix | 18 |
1 files changed, 1 insertions, 17 deletions
@@ -19,22 +19,6 @@ in { "wheel" ]; }; - "mtgmonkey" = { - isNormalUser = true; - description = "mtgmonkey"; - hashedPasswordFile = builtins.toString config.age.secrets.mtgmonkey-pw.path; - extraGroups = [ - (lib.mkIf - (machine == machines.lenovo) - "networkmanager") - "wheel" - ]; - openssh.authorizedKeys.keys = [ - (lib.mkIf - (machine == machines."109-199-104-83") - config.pub-keys.ssh.andromeda) - ]; - }; }; environment.persistence."/persist".users = lib.mkIf config.environment.persistence."/persist".enable ( builtins.mapAttrs @@ -45,7 +29,7 @@ in { ".backups" ".local/share/Anki2" ".local/share/chat.fluffy.fluffychat" - ".local/share.zoxide" + ".local/share/zoxide" ".ssh" "conf" "Downloads" |
