diff --git a/hosts/plover/hardware-configuration.nix b/hosts/plover/hardware-configuration.nix index 94f07dba..60d43019 100644 --- a/hosts/plover/hardware-configuration.nix +++ b/hosts/plover/hardware-configuration.nix @@ -10,13 +10,4 @@ fsType = "ext4"; autoResize = true; }; - - fileSystems."/srv" = lib.mkOverride 2000 { - label = "data"; - options = [ - "discard" - "defaults" - ]; - fsType = "ext4"; - }; }