hosts/ustetind: set up gitea-runners

This commit is contained in:
2024-12-09 22:15:57 +01:00
committed by h7x4
parent c10c6d5a09
commit 1f85208587
6 changed files with 112 additions and 7 deletions

View File

@@ -4,8 +4,15 @@
imports = [
(fp /base)
(fp /misc/metrics-exporters.nix)
./services/gitea-runners.nix
];
sops.defaultSopsFile = fp /secrets/ustetind/ustetind.yaml;
sops.age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
sops.age.generateKey = true;
networking.hostName = "ustetind";
networking.useHostResolvConf = lib.mkForce false;