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,10 +12,6 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
|
||||
outputs.nixosModules.default
|
||||
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
|
@ -74,8 +70,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