This commit is contained in:
Spectre 2024-06-07 01:31:33 +02:00
parent c8f7273dd0
commit 972a12b0bf
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
./boot.nix ./boot.nix
./env.nix ./env.nix
./networking.nix ./networking.nix
# ./persistence.nix ./persistence.nix
./bluetooth.nix ./bluetooth.nix
./btrfs.nix ./btrfs.nix
./fonts.nix ./fonts.nix

View file

@ -3,7 +3,7 @@
impermanence, impermanence,
... ...
}: { }: {
imports = [impermanence.nixosModule]; # imports = [impermanence.nixosModule];
environment.persistence."/persist/data" = { environment.persistence."/persist/data" = {
hideMounts = true; hideMounts = true;