Skip to content

Commit

Permalink
rin: Remove btrfs mount options that don't work as expected
Browse files Browse the repository at this point in the history
- noxattr does not exist on btrfs
- noacl applies to all subvolumes
  • Loading branch information
tlater-famedly committed Mar 13, 2024
1 parent fa4aac7 commit 810bd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos-config/hosts/rin/disko.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
};
"/nix" = {
mountpoint = "/nix";
mountOptions = ["compress=zstd" "noatime" "noxattr" "noacl"];
mountOptions = ["compress=zstd" "noatime"];
};
};
};
Expand Down

0 comments on commit 810bd0e

Please sign in to comment.