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