From 052d7036cd077eeb265ebf47159d148cd75ef0fd Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Tue, 28 Jul 2026 17:24:38 -0500 Subject: mv g610 conf to office-precision because that is now where that keyboard lives --- hosts/office-precision/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'hosts/office-precision/configuration.nix') diff --git a/hosts/office-precision/configuration.nix b/hosts/office-precision/configuration.nix index 5e3a463..ef7c71c 100644 --- a/hosts/office-precision/configuration.nix +++ b/hosts/office-precision/configuration.nix @@ -1,9 +1,11 @@ { config, lib, pkgs, ... }: { - imports = [ ./wg.nix ]; + imports = [ + ./g610.nix + ./wg.nix + ]; # Setup bootloader boot._loader.enable = true; - boot.loader.timeout = 15; # Show for longer since it's usually skipped # Enable common options _archetypes = { -- cgit v1.2.3