Move networking to system level config
This commit is contained in:
parent
a6023abd2c
commit
2fc7bb9d92
|
@ -32,6 +32,7 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [ 57621 ]; # Spotify Connect
|
||||
programs = {
|
||||
dconf.enable = true;
|
||||
noisetorch.enable = true;
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue