Add nixos hardware modules for pc

This commit is contained in:
thiloho
2023-09-20 00:35:40 +02:00
parent 653285505c
commit a7bf80fc65
2 changed files with 3 additions and 3 deletions

View File

@@ -19,8 +19,6 @@
virtualisation.docker.enable = true;
hardware.enableAllFirmware = true;
users.users.thiloho = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "docker" ];