forked from DGNum/infrastructure
feat(storage01): Use nix runners
This commit is contained in:
parent
8cef4a594a
commit
9026e89669
2 changed files with 2 additions and 8 deletions
|
@ -19,6 +19,8 @@ lib.extra.mkConfig {
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
dgn-hardware.useZfs = true;
|
dgn-hardware.useZfs = true;
|
||||||
|
|
||||||
|
dgn-runners.enable = true;
|
||||||
|
|
||||||
services.netbird.enable = true;
|
services.netbird.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -42,12 +42,4 @@ in {
|
||||||
ipv6_enabled = true;
|
ipv6_enabled = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.containers.storage.settings = {
|
|
||||||
storage = {
|
|
||||||
driver = "overlay";
|
|
||||||
graphroot = "/data/slow/containers/storage";
|
|
||||||
runroot = "/run/containers/storage";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue