about summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorpaumr <paum@bdisk.eu>2023-03-17 01:24:28 +0100
committerpaumr <paum@bdisk.eu>2023-03-17 01:24:28 +0100
commita6b712f8a4c09071246fe2d8c4def6948d1f61d9 (patch)
tree9dc191544cfd15e551a938a536b1c21eac82cb60 /nixos/modules/installer
parent6c9e17080423bcba9f09ebbcd5ffc55e34af2449 (diff)
nixos-generate-config: fix invalid sample config
This issue was reported in #221510
Diffstat (limited to 'nixos/modules/installer')
-rw-r--r--nixos/modules/installer/tools/tools.nix5
1 files changed, 1 insertions, 4 deletions
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;