diff options
Diffstat (limited to 'hosts/phobos/default.nix')
| -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 dd023f6..992505d 100644 --- a/hosts/phobos/default.nix +++ b/hosts/phobos/default.nix @@ -5,7 +5,7 @@ ]; # Configure keymap in X11 - services.xserver.layout = "gb"; + services.xserver.layout = "us"; # Pick only one of the below networking options. networking = { |