diff options
| author | Baitinq <[email protected]> | 2024-03-17 18:46:26 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-03-17 18:46:26 +0100 |
| commit | ff2358e4d8c53ad0ddd3ba7ffe397158db7be455 (patch) | |
| tree | 931c34ef9c6dfc674a859788de047c7ca83ff799 | |
| parent | Config: Fix pinentry (diff) | |
| download | nixos-config-ff2358e4d8c53ad0ddd3ba7ffe397158db7be455.tar.gz nixos-config-ff2358e4d8c53ad0ddd3ba7ffe397158db7be455.tar.bz2 nixos-config-ff2358e4d8c53ad0ddd3ba7ffe397158db7be455.zip | |
Misc: Rename option
| -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 = { |