chore: Prepare for first install attempt

This commit is contained in:
Tera << 8 2025-05-05 14:07:27 -04:00
parent 0585138161
commit c3eab3b1ae
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
5 changed files with 55 additions and 35 deletions

View file

@ -30,10 +30,7 @@
extraGroups = [
"wheel"
"networkmanager"
"audio"
"docker"
"input"
"plugdev"
];
openssh.authorizedKeys.keys = [

View file

@ -21,8 +21,6 @@
# still possible to use this option, but it's recommended to use it in conjunction
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
networking.useDHCP = lib.mkDefault true;
# networking.interfaces.enp193s0f3u2u3.useDHCP = lib.mkDefault true;
# networking.interfaces.wlp1s0.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;