From bbc177a4b752ba6532474e6cbcc1a1681024be69 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 4 Jan 2023 19:54:21 +0800 Subject: [PATCH] hosts/plover: remove the extra filesystem device --- hosts/plover/hardware-configuration.nix | 9 --------- 1 file changed, 9 deletions(-) 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"; - }; }