Compare commits

..

No commits in common. "d44ef254fa1d3ae89c242aa5cdac89cc671dfcb4" and "9cfed3495b1fc74c499a52e8818001071cbfc6ea" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -37,6 +37,6 @@
}; };
}; };
networking.firewall.allowedTCPPorts = [ config.services.netatalk.port ]; networking.firewall.allowedTCPPorts = [ 548 ];
networking.firewall.allowPing = true; networking.firewall.allowPing = true;
} }

View file

@ -94,7 +94,7 @@
console.keyMap = "de-latin1-nodeadkeys"; console.keyMap = "de-latin1-nodeadkeys";
services.xserver.xkb = { services.xserver.xkb = {
layout = "de,de+us"; layout = "de";
variant = "nodeadkeys"; variant = "nodeadkeys";
}; };