Fix: split qemu configuration

This commit is contained in:
DuN0z 2025-10-04 07:08:16 +02:00
parent 57c445fd56
commit bb18183277
5 changed files with 12 additions and 12 deletions

View file

@ -49,6 +49,9 @@
git
hugo
];
networking.firewall.allowedTCPPorts = [ 80 ];
networking = {
firewall.allowedTCPPorts = [ 80 5900 5901 5902 ];
bridges.br0.interfaces = [ "eno1" ];
};
system.stateVersion = "25.05"; # Did you read the comment?
}