diff --git a/machines/gunpowder/hardware.nix b/machines/gunpowder/hardware.nix index 769cc22055d3d1887053e3492a86c51e14cdd08b..2621ef413c43e67569a14738a8a05b643d507deb 100644 --- a/machines/gunpowder/hardware.nix +++ b/machines/gunpowder/hardware.nix @@ -31,11 +31,6 @@ fileSystems."/mnt/hdd" = { device = "/dev/disk/by-uuid/eb8ad2da-12cf-454b-aa20-e497c4550b7c"; fsType = "ext4"; - options = [ - "users" - "nofail" - "gid=users" - ]; }; boot.initrd.luks.devices."luks-1f9bde68-9c4c-423c-a95f-17aa170dd2b4".device = "/dev/disk/by-uuid/1f9bde68-9c4c-423c-a95f-17aa170dd2b4";