Add incus servers

This commit is contained in:
2024-06-27 21:10:20 +02:00
parent 6aa5cf727f
commit 50bd8505ec
11 changed files with 352 additions and 36 deletions

View File

@@ -0,0 +1,7 @@
{ pkgs, config, ... }:
{
virtualisation.incus = {
enable = true;
};
networking.firewall.allowedTCPPorts = [ 8443 ];
}