CHANGES: NetworkManager to systemd-networkd

This commit is contained in:
DuN0z 2025-10-04 09:46:20 +02:00
parent bb18183277
commit fd9f5e202c
6 changed files with 41 additions and 20 deletions

View file

@ -42,8 +42,8 @@
# -----------------------------------------------------------------
# 3⃣ Ouverture du firewall (ports 80 et 443)
# -----------------------------------------------------------------
networking.firewall.allowedTCPPorts = [
80 # HTTP (pour la redirection ACME)
443 # HTTPS (site final)
];
# networking.firewall.allowedTCPPorts = [
# 80 # HTTP (pour la redirection ACME)
# 443 # HTTPS (site final)
# ];
}