/nix must NOT be noexec
This commit is contained in:
parent
72665ef874
commit
76c0d49053
@ -33,7 +33,7 @@ with lib; {
|
||||
"/nix" = {
|
||||
device = "/dev/disk/by-label/limina-data";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=@nix" "noexec" "noatime" "nodiratime" ];
|
||||
options = [ "subvol=@nix" "noatime" "nodiratime" ];
|
||||
};
|
||||
|
||||
"/var/log" = {
|
||||
|
Loading…
Reference in New Issue
Block a user