diff options
author | Alex Auvolat <alex@adnab.me> | 2024-04-09 13:31:42 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-04-09 13:31:42 +0200 |
commit | f7837c338d5fd1d8e3091f4c49e740dc4a0fde64 (patch) | |
tree | 0c0f215878549190a7a23ae2126a5787b85b6ab0 /nixos | |
parent | 3a9ffe5eab956e4522603421423de615ad27f160 (diff) | |
download | user-config-f7837c338d5fd1d8e3091f4c49e740dc4a0fde64.tar.gz user-config-f7837c338d5fd1d8e3091f4c49e740dc4a0fde64.zip |
fix lindy config
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/lindy.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/lindy.nix b/nixos/lindy.nix index 279a79c..a3bed87 100644 --- a/nixos/lindy.nix +++ b/nixos/lindy.nix @@ -9,6 +9,7 @@ #./gnome.nix #./fdn-vpn.nix ./sway.nix + ./wayfire.nix ]; networking.hostName = "lindy"; @@ -129,9 +130,8 @@ Komaru UUID=caf8496f-006b-4762-bb20-506d4c7bdb51 /nix/persist/root/komaru_key paths = [ "/nix/persist" "/home/lx" - # "/home/lx.old" # TODO cleanup this - # /media/Zonz/Private - # /media/Zonz/Stuff + "/media/Zonz/Private" + "/media/Zonz/Stuff" ]; exclude = [ "/home/lx/.cache" |