common/incus: make bridge trusted, add user as admin
This commit is contained in:
parent
32d458c26e
commit
ab99281d76
3 changed files with 35 additions and 28 deletions
|
@ -30,7 +30,6 @@
|
|||
hostName = "legion";
|
||||
hostId = builtins.substring 0 8 (builtins.readFile ./machine-id);
|
||||
networkmanager.enable = true;
|
||||
nftables.enable = true;
|
||||
};
|
||||
systemd.services.NetworkManager-wait-online.enable = false;
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
loader.systemd-boot.configurationLimit = 1;
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
};
|
||||
networking.nftables.enable = true;
|
||||
|
||||
common.hercules.enable = true;
|
||||
services.hercules-ci-agent.settings.concurrentTasks = 6;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue