From a6b712f8a4c09071246fe2d8c4def6948d1f61d9 Mon Sep 17 00:00:00 2001 From: paumr Date: Fri, 17 Mar 2023 01:24:28 +0100 Subject: nixos-generate-config: fix invalid sample config This issue was reported in #221510 --- nixos/modules/installer/tools/tools.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'nixos/modules/installer') diff --git a/nixos/modules/installer/tools/tools.nix b/nixos/modules/installer/tools/tools.nix index c2cca03e433ca..08278d3943f39 100644 --- a/nixos/modules/installer/tools/tools.nix +++ b/nixos/modules/installer/tools/tools.nix @@ -159,10 +159,7 @@ in $desktopConfiguration # Configure keymap in X11 # services.xserver.layout = "us"; - # services.xserver.xkbOptions = { - # "eurosign:e"; - # "caps:escape" # map caps to escape. - # }; + # services.xserver.xkbOptions = "eurosign:e,caps:escape"; # Enable CUPS to print documents. # services.printing.enable = true; -- cgit 1.4.1