system/common: add incus module

This commit is contained in:
Nikodem Rabuliński 2024-04-21 12:29:47 +02:00
parent 204b469f1a
commit 4fc3e01dbe
5 changed files with 85 additions and 0 deletions

View file

@ -23,6 +23,7 @@
];
programs.alacritty.settings.font.size = 14;
};
common.incus.enable = true;
system.defaults = {
".GlobalPreferences" = {

View file

@ -31,6 +31,7 @@
hostId = builtins.substring 0 8 (builtins.readFile ./machine-id);
networkmanager.enable = true;
firewall.trustedInterfaces = [ "tailscale0" ];
nftables.enable = true;
};
systemd.services.NetworkManager-wait-online.enable = false;
@ -47,5 +48,6 @@
instances = 4;
};
};
common.incus.enable = true;
};
}

View file

@ -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;