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