feat(storage01): Use nix runners

This commit is contained in:
Tom Hubrecht 2023-12-15 20:12:30 +01:00
parent 8cef4a594a
commit 9026e89669
2 changed files with 2 additions and 8 deletions

View file

@ -19,6 +19,8 @@ lib.extra.mkConfig {
extraConfig = {
dgn-hardware.useZfs = true;
dgn-runners.enable = true;
services.netbird.enable = true;
};

View file

@ -42,12 +42,4 @@ in {
ipv6_enabled = true;
};
};
virtualisation.containers.storage.settings = {
storage = {
driver = "overlay";
graphroot = "/data/slow/containers/storage";
runroot = "/run/containers/storage";
};
};
}