mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
test: impermanence
This commit is contained in:
parent
5d80a9f7b0
commit
394f38c7d1
1 changed files with 4 additions and 1 deletions
|
|
@ -14,6 +14,8 @@ in
|
|||
fsType = "btrfs";
|
||||
options = [
|
||||
"subvol=@"
|
||||
"compress=zstd"
|
||||
"noatime"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -75,7 +77,8 @@ in
|
|||
hideMounts = true;
|
||||
directories = [
|
||||
"/var/log"
|
||||
"/var/lib"
|
||||
"/var/lib/nixos"
|
||||
"/var/lib/systemd/coredump"
|
||||
"/var/cache"
|
||||
"/etc/ssh"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue