Remove incus hosts
Some checks failed
Run nix flake check / flake-check (push) Failing after 14m57s
Periodic flake update / flake-update (push) Successful in 3m35s

This commit is contained in:
2025-07-07 21:30:04 +02:00
parent 84c65ebd82
commit ccd9bbf4da
8 changed files with 0 additions and 317 deletions

View File

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