forked from DGNum/infrastructure
feat(geo*): Use ZFS for additional drives
This commit is contained in:
parent
8d293af0e9
commit
0a89868cde
2 changed files with 8 additions and 2 deletions
|
@ -12,7 +12,10 @@ lib.extra.mkConfig {
|
|||
extraConfig = {
|
||||
services.netbird.enable = true;
|
||||
|
||||
dgn-hardware.useBcachefs = true;
|
||||
dgn-hardware = {
|
||||
useZfs = true;
|
||||
zfsPools = [ "work01" ];
|
||||
};
|
||||
};
|
||||
|
||||
root = ./.;
|
||||
|
|
|
@ -12,7 +12,10 @@ lib.extra.mkConfig {
|
|||
extraConfig = {
|
||||
services.netbird.enable = true;
|
||||
|
||||
dgn-hardware.useBcachefs = true;
|
||||
dgn-hardware = {
|
||||
useZfs = true;
|
||||
zfsPools = [ "work01" ];
|
||||
};
|
||||
};
|
||||
|
||||
root = ./.;
|
||||
|
|
Loading…
Reference in a new issue