NixOS Root on ZFS: fix config hints

Stay in sync with the config template generated by nixos-generate-config
This commit is contained in:
m3t
2023-02-16 17:11:57 +00:00
committed by George Melikov
parent 2efebdb5db
commit 450f043363
2 changed files with 4 additions and 4 deletions

View File

@@ -44,9 +44,9 @@ in {
# useXkbConfig = true; # use xkbOptions in tty.
# };
# Enable the X11 windowing system.
# Configure keymap in X11
# services.xserver.layout = "us";
# services.xserver.xkbOptions = {
# "eurosign:e";
# "caps:escape" # map caps to escape.
# };

View File

@@ -44,9 +44,9 @@ in {
# useXkbConfig = true; # use xkbOptions in tty.
# };
# Enable the X11 windowing system.
# Configure keymap in X11
# services.xserver.layout = "us";
# services.xserver.xkbOptions = {
# "eurosign:e";
# "caps:escape" # map caps to escape.
# };