feat: DHCP for desktop

This commit is contained in:
ooks-io 2024-02-12 14:00:09 +13:00
parent bb41c51344
commit d2bd5abbed
2 changed files with 2 additions and 1 deletions

View file

@ -10,7 +10,7 @@ in
enable = true;
dns = "systemd-resolved";
};
networking.firewall.allowedTCPPorts = [57621];
networking.firewall.allowedTCPPorts = [57621]; # Spotify
services = {
openssh = {