about summary refs log tree commit diff
path: root/nixos/modules/installer
diff options
context:
space:
mode:
authorRyan Lahfa <masterancpp@gmail.com>2023-03-22 20:10:43 +0100
committerGitHub <noreply@github.com>2023-03-22 20:10:43 +0100
commit54de698c6f237ebf54aeed3a194adfde80ce85e3 (patch)
treeab146d86cc41961e0ffa1ceae6f2597c8b14949e /nixos/modules/installer
parent5e21661aedf8a54e73825c5c901930000e539c77 (diff)
parenta6b712f8a4c09071246fe2d8c4def6948d1f61d9 (diff)
Merge pull request #221576 from paumr/nixos-generate-config_fix_syntax
nixos-generate-config: fix invalid sample config
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;