Allow remote control of MPD
This commit is contained in:
parent
9902d9c193
commit
af6d02e71f
2 changed files with 5 additions and 0 deletions
|
|
@ -44,6 +44,9 @@
|
|||
networking.hostName = "nixos-desktop";
|
||||
networking.interfaces.enp31s0.useDHCP = true;
|
||||
|
||||
# Allow to externally control MPD
|
||||
networking.firewall.allowedTCPPorts = [ 6600 ];
|
||||
|
||||
console = {
|
||||
font = "Lat2-Terminus16";
|
||||
keyMap = "fr";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue