feat: add nixconf-runner

This commit is contained in:
Noa Aarts 2024-10-21 11:53:11 +02:00
parent 368c0c6912
commit 0922887c9b
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -161,6 +161,15 @@
tokenFile = "/secrets/token-flurry";
url = "https://github.com/itepastra/flurry";
};
nixconf-runner = {
enable = true;
extraPackages = with pkgs; [
nixos-rebuild
];
name = "nixconf-runner";
tokenFile = "/secrets/token-nixconf";
url = "https://github.com/itepastra/nixconf";
};
};
openssh = {
enable = true;