glide-browser, fix typo

This commit is contained in:
andromeda
2026-01-10 01:58:07 +01:00
parent 7cbd450c61
commit aec328ce93
4 changed files with 29 additions and 17 deletions

View File

@@ -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"