diff options
-rw-r--r-- | hosts/phobos/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/phobos/default.nix b/hosts/phobos/default.nix index 992505d..b8d6f69 100644 --- a/hosts/phobos/default.nix +++ b/hosts/phobos/default.nix @@ -5,7 +5,7 @@ ]; # Configure keymap in X11 - services.xserver.layout = "us"; + services.xserver.xkb.layout = "us"; # Pick only one of the below networking options. networking = { |