From 92c4e1f7cfae7c40b1cfe992776ef5e7f8aad1f3 Mon Sep 17 00:00:00 2001 From: andromeda Date: Wed, 31 Dec 2025 14:04:44 +0100 Subject: put user-level impermanence settings in users.nix --- machines/lenovo/impermanence.nix | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'machines/lenovo') diff --git a/machines/lenovo/impermanence.nix b/machines/lenovo/impermanence.nix index ced435e..2867ed5 100644 --- a/machines/lenovo/impermanence.nix +++ b/machines/lenovo/impermanence.nix @@ -15,31 +15,5 @@ "/etc/machine-id" "/etc/ly/save.txt" ]; - users."andromeda" = { - directories = [ - ".backups" - ".local/share/Anki2" - ".local/share/chat.fluffy.fluffychat" - ".local/share/zoxide" - ".ssh" - "conf" - "Downloads" - "pp" - ]; - files = [ - ".bash_history" - ".brush_history" - ]; - }; - users."mtgmonkey" = { - directories = [ - ".local/share/zoxide" - ".ssh" - ]; - files = [ - ".bash_history" - ".brush_history" - ]; - }; }; } -- cgit v1.3