diff options
author | Tim Keller <tjkeller.xyz> | 2025-02-09 16:53:01 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2025-02-09 16:53:01 -0600 |
commit | fcc3434b1ccaca1c86223d015227858b0a0a2688 (patch) | |
tree | 5a5817eabcb77f5be9baac77ad304e6d4cdb97cb /modules/hosts/hp-envy-office/configuration.nix | |
parent | 3bc77c8dae2a5bf06789ae80cc0356d271660d62 (diff) | |
download | nixos-fcc3434b1ccaca1c86223d015227858b0a0a2688.tar.xz nixos-fcc3434b1ccaca1c86223d015227858b0a0a2688.zip |
cleanup and small fixes
Diffstat (limited to 'modules/hosts/hp-envy-office/configuration.nix')
-rw-r--r-- | modules/hosts/hp-envy-office/configuration.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/hosts/hp-envy-office/configuration.nix b/modules/hosts/hp-envy-office/configuration.nix index 9a7a43a..fdff4f0 100644 --- a/modules/hosts/hp-envy-office/configuration.nix +++ b/modules/hosts/hp-envy-office/configuration.nix @@ -1,8 +1,5 @@ { config, lib, pkgs, ... }: { - imports = [ - ./hardware-configuration.nix - ]; - networking.hostName = "hp-envy-office"; + imports = [ ./hardware-configuration.nix ]; # Enable extra software pkgs software.desktop = { |