diff --git a/hosts/voidspear/configuration.nix b/hosts/voidspear/configuration.nix index 83015cc..a0bdc1b 100644 --- a/hosts/voidspear/configuration.nix +++ b/hosts/voidspear/configuration.nix @@ -54,14 +54,10 @@ neededForBoot = true; }; - fileSystems."/nix" = { - device = "/persist/nix"; - options = [ "bind "]; - }; - environment.persistence."/persist" = { hideMounts = true; directories = [ + "/nix" "/home" "/var/log" "/var/lib/bluetooth"