elendel: Migrate accentor
All checks were successful
Cachix / build (elendel) (push) Successful in 1m33s
Cachix / build (kholinar) (push) Successful in 1m57s
Cachix / build (lasting-integrity) (push) Successful in 1m8s
Cachix / build (marabethia) (push) Successful in 1m30s
Cachix / build (urithiru) (push) Successful in 1m11s

This commit is contained in:
Charlotte Van Petegem 2024-12-04 15:04:55 +01:00
parent 136461a923
commit eeff843418
57 changed files with 233 additions and 242 deletions

View file

@ -66,6 +66,7 @@
};
};
services = {
accentor.enable = true;
containers.externalInterface = "enp7s0";
data-access.enable = true;
git.runner.enable = true;

View file

@ -46,8 +46,5 @@
rootPool = "zroot";
};
};
services = {
accentor.enable = true;
};
};
}