diff --git a/config/hosts/paperless/hardware-configuration.nix b/config/hosts/paperless/hardware-configuration.nix index 69684c1..17b9b66 100644 --- a/config/hosts/paperless/hardware-configuration.nix +++ b/config/hosts/paperless/hardware-configuration.nix @@ -24,7 +24,7 @@ depends = [ "/mnt/data" ]; device = "/mnt/data/paperless"; fsType = "none"; - options = [ "bind" "X-mount.owner=paperless" "X-mount.group=paperless" ]; + options = [ "bind" ]; }; }; }