diff options
| author | andromeda <andromeda@lenovo> | 2026-01-10 01:58:07 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-10 01:58:07 +0100 |
| commit | aec328ce9364c640656b339f81e16cf885499f2a (patch) | |
| tree | 4127c8db1dd0ba134a3883c94ebdab729aec57fc /users.nix | |
| parent | 7cbd450c613c216b1100d5065618bddea6146907 (diff) | |
glide-browser, fix typo
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" |
