/nix must NOT be noexec

This commit is contained in:
niten 2021-10-13 00:23:14 -07:00
parent 72665ef874
commit 76c0d49053

View File

@ -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" = {