impermanence fixes

This commit is contained in:
Rouven Seifert 2023-05-20 16:21:20 +02:00
parent 6e5876f2ff
commit 6da93d0250
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
5 changed files with 14 additions and 9 deletions

View file

@ -41,14 +41,14 @@
{
device = "/dev/disk/by-uuid/3d44cde5-17a2-4023-b9ae-3a02ae68aa81";
fsType = "btrfs";
options = [ "subvol=lib" "compress=zstd" "discard=async" "noatime" ];
options = [ "subvol=lib" "compress=zstd" "discard=async" "noatime" "x-mount.mkdir" ];
};
fileSystems."/var/log" =
{
device = "/dev/disk/by-uuid/3d44cde5-17a2-4023-b9ae-3a02ae68aa81";
fsType = "btrfs";
options = [ "subvol=log" "compress=zstd" "discard=async" "noatime" ];
options = [ "subvol=log" "compress=zstd" "discard=async" "noatime" "x-mount.mkdir" ];
};
fileSystems."/nix" =