Fix: split qemu configuration
This commit is contained in:
parent
57c445fd56
commit
bb18183277
5 changed files with 12 additions and 12 deletions
|
|
@ -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?
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue