Compare commits

..

No commits in common. "e29232d96ce29d3f00af1bc0271297c1672ad1d3" and "ea11023e98e6219f9df41ccabd67ca55a542239d" have entirely different histories.

2 changed files with 4 additions and 2 deletions

View file

@ -34,6 +34,10 @@
};
};
systemd.services.systemd-networkd.environment = {
SYSTEMD_LOG_LEVEL = "debug";
};
systemd.network = {
enable = true;

View file

@ -22,13 +22,11 @@
networking = {
networkmanager.enable = true;
nftables.enable = true;
firewall = {
allowedTCPPorts = [
2222
];
allowedUDPPorts = [];
};
};