diff --git a/nixos/machines/justin-bieber-creek.nix b/nixos/machines/justin-bieber-creek.nix index 22d8dfcb..82f5732d 100644 --- a/nixos/machines/justin-bieber-creek.nix +++ b/nixos/machines/justin-bieber-creek.nix @@ -13,6 +13,7 @@ myModules.base.enable = true; myModules.desktop.enable = true; myModules.xmonad.enable = true; + myModules.wyoming.enable = true; networking.enableIPv6 = true; diff --git a/nixos/wyoming.nix b/nixos/wyoming.nix index f8369482..d9ea9727 100644 --- a/nixos/wyoming.nix +++ b/nixos/wyoming.nix @@ -21,6 +21,7 @@ makeEnable config "myModules.wyoming" false { uri = "tcp://0.0.0.0:10300"; device = "auto"; language = "en"; + model = "turbo"; }; piper.servers.strixi = { enable = true;