From 76c0d490530d406828fc5fecd961f860d5caa11e Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 13 Oct 2021 00:23:14 -0700 Subject: [PATCH] /nix must NOT be noexec --- config/hardware/limina.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hardware/limina.nix b/config/hardware/limina.nix index 5813370..80ef9bd 100644 --- a/config/hardware/limina.nix +++ b/config/hardware/limina.nix @@ -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" = {