feat(storage01): Switch to nix-modules for forgejo nix runners
All checks were successful
build configuration / build_compute01 (push) Successful in 1m46s
build configuration / build_storage01 (push) Successful in 55s
build configuration / build_web01 (push) Successful in 1m3s

This commit is contained in:
Tom Hubrecht 2024-01-10 13:59:11 +01:00
parent 8ddd33d88d
commit df8831301f
8 changed files with 68 additions and 389 deletions

View file

@ -11,8 +11,8 @@ lib.extra.mkConfig {
# List of services to enable
"atticd"
"forgejo"
"forgejo-runners"
"garage"
"gitea-actions-runner"
"netbird"
"peertube"
];
@ -22,8 +22,6 @@ lib.extra.mkConfig {
dgn-hardware.useZfs = true;
dgn-runners.enable = true;
services.netbird.enable = true;
};