Formatted files

This commit is contained in:
2026-02-06 10:06:20 +01:00
parent 8ef2928bf6
commit dc27a74917
5 changed files with 44 additions and 35 deletions

View File

@@ -1,11 +1,14 @@
{ ... }:
{
networking = {
networkmanager.enable = true;
firewall = {
allowedTCPPorts = [ 22 5900 ];
allowedUDPPorts = [ ];
enable = true;
};
};
networking = {
networkmanager.enable = true;
firewall = {
allowedTCPPorts = [
22
5900
];
allowedUDPPorts = [ ];
enable = true;
};
};
}