diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/phobos/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/phobos/default.nix b/hosts/phobos/default.nix index c10295f..5790b67 100644 --- a/hosts/phobos/default.nix +++ b/hosts/phobos/default.nix @@ -9,6 +9,9 @@ ./hardware.nix ]; + # Configure keymap in X11 + services.xserver.layout = "gb"; + # Pick only one of the below networking options. networking = { wireless = { |