diff options
Diffstat (limited to 'users.nix')
| -rw-r--r-- | users.nix | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -36,7 +36,7 @@ in { ]; }; }; - environment.persistence."/nix/persist".users = lib.mkIf config.environment.persistence."/nix/persist".enable ( + environment.persistence."/persist".users = lib.mkIf config.environment.persistence."/persist".enable ( builtins.mapAttrs (name: value: lib.mkIf (builtins.elem name machine.users) value) { @@ -56,16 +56,6 @@ in { ".brush_history" ]; }; - "mtgmonkey" = { - directories = [ - ".local/share/zoxide" - ".ssh" - ]; - files = [ - ".bash_history" - ".brush_history" - ]; - }; } ); } |
