system/common: add incus module
This commit is contained in:
parent
204b469f1a
commit
4fc3e01dbe
5 changed files with 85 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
loader.systemd-boot.configurationLimit = 1;
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
};
|
||||
networking.nftables.enable = true;
|
||||
|
||||
common.hercules.enable = true;
|
||||
services.hercules-ci-agent.settings.concurrentTasks = 6;
|
||||
|
@ -29,6 +30,7 @@
|
|||
instances = 6;
|
||||
};
|
||||
};
|
||||
common.incus.enable = true;
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue