Add exec permission to mounted nix store from remote machine #81

Merged
Gonne merged 1 commit from Gonne/nixConfig:nodens into main 2025-04-24 10:58:18 +00:00

View file

@ -51,6 +51,7 @@
"subvol=nix"
"users" # Allows any user to mount and unmount
"nofail" # Prevent system from failing if this drive doesn't mount
"exec" # needed for the nixos-install command
];
};