Simplify Midas and move virtual raid config to system wide filesystems conf
This commit is contained in:
parent
2d61e291a9
commit
06f1990997
5 changed files with 12 additions and 12 deletions
|
@ -1,8 +1,14 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
boot.supportedFilesystems = {
|
||||
ntfs = config.system.desktop.enable;
|
||||
zfs = config.system.server.enable;
|
||||
boot = {
|
||||
supportedFilesystems = {
|
||||
ntfs = config.system.desktop.enable;
|
||||
zfs = config.system.server.enable;
|
||||
};
|
||||
swraid = {
|
||||
enable = config.system.server.enable;
|
||||
mdadmConf = "MAILADDR contact@nixfox.ca";
|
||||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue