Adjusted configs

This commit is contained in:
2025-03-21 14:21:58 +00:00
parent 91d1c698cf
commit 729d5eaefe
3 changed files with 35 additions and 13 deletions

View File

@@ -10,6 +10,10 @@
};
};
};
firewall = {
enable = true;
allowedTCPPorts = [ 22 ]; # Allow SSH
};
useDHCP = true;
};
}