mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
hosts/plover: remove the extra filesystem device
This commit is contained in:
parent
e4701a3e03
commit
bbc177a4b7
@ -10,13 +10,4 @@
|
||||
fsType = "ext4";
|
||||
autoResize = true;
|
||||
};
|
||||
|
||||
fileSystems."/srv" = lib.mkOverride 2000 {
|
||||
label = "data";
|
||||
options = [
|
||||
"discard"
|
||||
"defaults"
|
||||
];
|
||||
fsType = "ext4";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user