hosts/plover: remove the extra filesystem device

This commit is contained in:
Gabriel Arazas 2023-01-04 19:54:21 +08:00
parent e4701a3e03
commit bbc177a4b7

View File

@ -10,13 +10,4 @@
fsType = "ext4";
autoResize = true;
};
fileSystems."/srv" = lib.mkOverride 2000 {
label = "data";
options = [
"discard"
"defaults"
];
fsType = "ext4";
};
}