feat: remove nixconf-runner

This commit is contained in:
Noa Aarts 2024-10-21 13:28:58 +02:00
parent 06237a767a
commit 4272024438
Signed by: noa
GPG key ID: 1850932741EFF672

View file

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