Start to extract common host configuration
This commit is contained in:
parent
07c6bd0ac7
commit
9088dac46d
5 changed files with 21 additions and 13 deletions
|
@ -12,16 +12,12 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
|
||||
inputs.nixos-hardware.nixosModules.common-cpu-intel
|
||||
inputs.nixos-hardware.nixosModules.common-gpu-intel
|
||||
inputs.nixos-hardware.nixosModules.common-pc-laptop
|
||||
inputs.nixos-hardware.nixosModules.common-pc-laptop-hdd
|
||||
inputs.nixos-hardware.nixosModules.system76
|
||||
|
||||
outputs.nixosModules.default
|
||||
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
|
@ -81,8 +77,6 @@
|
|||
DefaultTimeoutStopSec=10s
|
||||
'';
|
||||
|
||||
networking.hostName = hostname;
|
||||
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
# Configure network proxy if necessary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue