From 10f11ec042ab468821274636d438f84781cb2408 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Tue, 4 Feb 2025 18:50:11 -0800 Subject: migration: desktop role --- snowfall/modules/nixos/suites/common/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'snowfall/modules/nixos/suites/common') diff --git a/snowfall/modules/nixos/suites/common/default.nix b/snowfall/modules/nixos/suites/common/default.nix index 0090ba3..e7656d1 100644 --- a/snowfall/modules/nixos/suites/common/default.nix +++ b/snowfall/modules/nixos/suites/common/default.nix @@ -9,6 +9,10 @@ in { config = mkIf cfg.enable { cxl = { + hardware = { + keyboard.enable = true; + }; + apps = { bash.enable = true; }; -- cgit v1.2.3