diff --git a/systems/x86_64-linux/sgx/network.nix b/systems/x86_64-linux/sgx/network.nix index d19a01d..3ad13c7 100644 --- a/systems/x86_64-linux/sgx/network.nix +++ b/systems/x86_64-linux/sgx/network.nix @@ -37,6 +37,6 @@ }; }; - networking.firewall.allowedTCPPorts = [ config.services.netatalk.port ]; + networking.firewall.allowedTCPPorts = [ 548 ]; networking.firewall.allowPing = true; } diff --git a/systems/x86_64-linux/t15/hardware-configuration.nix b/systems/x86_64-linux/t15/hardware-configuration.nix index 3c0f827..784e841 100644 --- a/systems/x86_64-linux/t15/hardware-configuration.nix +++ b/systems/x86_64-linux/t15/hardware-configuration.nix @@ -94,7 +94,7 @@ console.keyMap = "de-latin1-nodeadkeys"; services.xserver.xkb = { - layout = "de,de+us"; + layout = "de"; variant = "nodeadkeys"; };