From aec328ce9364c640656b339f81e16cf885499f2a Mon Sep 17 00:00:00 2001 From: andromeda Date: Sat, 10 Jan 2026 01:58:07 +0100 Subject: glide-browser, fix typo --- users.nix | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'users.nix') 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" -- cgit v1.3