Start to extract common host configuration

This commit is contained in:
Oliver Davies 2024-12-19 08:00:00 +00:00
parent 07c6bd0ac7
commit 9088dac46d
5 changed files with 21 additions and 13 deletions

View file

@ -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