feat: add nixconf-runner
This commit is contained in:
parent
368c0c6912
commit
0922887c9b
1 changed files with 9 additions and 0 deletions
|
|
@ -161,6 +161,15 @@
|
||||||
tokenFile = "/secrets/token-flurry";
|
tokenFile = "/secrets/token-flurry";
|
||||||
url = "https://github.com/itepastra/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 = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue