summaryrefslogtreecommitdiff
path: root/users.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users.nix')
-rw-r--r--users.nix18
1 files changed, 1 insertions, 17 deletions
diff --git a/users.nix b/users.nix
index 8654bc1..d528ff0 100644
--- a/users.nix
+++ b/users.nix
@@ -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"