From 450f043363f1b122b0aa22a3712c33d5108ecafb Mon Sep 17 00:00:00 2001 From: m3t Date: Thu, 16 Feb 2023 17:11:57 +0000 Subject: [PATCH] NixOS Root on ZFS: fix config hints Stay in sync with the config template generated by nixos-generate-config --- .../NixOS/Root on ZFS/configuration-immutable.nix | 4 ++-- docs/Getting Started/NixOS/Root on ZFS/configuration.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Getting Started/NixOS/Root on ZFS/configuration-immutable.nix b/docs/Getting Started/NixOS/Root on ZFS/configuration-immutable.nix index cb83828..7117306 100644 --- a/docs/Getting Started/NixOS/Root on ZFS/configuration-immutable.nix +++ b/docs/Getting Started/NixOS/Root on ZFS/configuration-immutable.nix @@ -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. # }; diff --git a/docs/Getting Started/NixOS/Root on ZFS/configuration.nix b/docs/Getting Started/NixOS/Root on ZFS/configuration.nix index 18a9d4b..0f9f50e 100644 --- a/docs/Getting Started/NixOS/Root on ZFS/configuration.nix +++ b/docs/Getting Started/NixOS/Root on ZFS/configuration.nix @@ -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. # };