diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-07-28 17:24:38 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-07-28 17:24:38 -0500 |
| commit | 052d7036cd077eeb265ebf47159d148cd75ef0fd (patch) | |
| tree | 192ec945234770e9fcf438b069de46b8ab94be5a | |
| parent | 096769b390bb90fc451c384f85bc26d3c2744a1c (diff) | |
| download | nixos-052d7036cd077eeb265ebf47159d148cd75ef0fd.tar.xz nixos-052d7036cd077eeb265ebf47159d148cd75ef0fd.zip | |
mv g610 conf to office-precision because that is now where that keyboard lives
| -rw-r--r-- | hosts/office-precision/configuration.nix | 6 | ||||
| -rw-r--r-- | hosts/office-precision/g610.nix (renamed from hosts/optiplex/g610.nix) | 0 |
2 files changed, 4 insertions, 2 deletions
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 = { diff --git a/hosts/optiplex/g610.nix b/hosts/office-precision/g610.nix index 8cceafc..8cceafc 100644 --- a/hosts/optiplex/g610.nix +++ b/hosts/office-precision/g610.nix |
