feat(modules/dgn-harware): Refactor hardware config

This commit is contained in:
Tom Hubrecht 2023-11-29 15:33:45 +01:00
parent 73239b2f5c
commit 18b6b0f605
6 changed files with 76 additions and 102 deletions

View file

@ -14,5 +14,9 @@ lib.extra.mkConfig {
"peertube"
];
extraConfig = {
dgn-hardware.useZfs = true;
};
root = ./.;
}