diff options
Diffstat (limited to 'hosts/optiplex/configuration.nix')
| -rw-r--r-- | hosts/optiplex/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/optiplex/configuration.nix b/hosts/optiplex/configuration.nix index 32469c5..e52552b 100644 --- a/hosts/optiplex/configuration.nix +++ b/hosts/optiplex/configuration.nix @@ -1,4 +1,8 @@ { config, lib, pkgs, home-manager, ... }: { + imports = [ + ./g610.nix + ]; + # Setup bootloader boot._loader.enable = true; |
