Move networking to system level config

This commit is contained in:
Evie Litherland-Smith 2024-10-16 08:00:29 +01:00
parent a6023abd2c
commit 2fc7bb9d92
2 changed files with 1 additions and 1 deletions

View file

@ -32,6 +32,7 @@
}
];
};
networking.firewall.allowedTCPPorts = [ 57621 ]; # Spotify Connect
programs = {
dconf.enable = true;
noisetorch.enable = true;

View file

@ -26,7 +26,6 @@
settings.global.username = "pixelifytica";
};
};
networking.firewall.allowedTCPPorts = [ 57621 ]; # Spotify Connect
gtk = {
enable = true;
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";