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

@@ -1,7 +1,9 @@
{ pkgs, ... }:
{ pkgs, inputs, ... }:
{
imports = [
inputs.nixos-hardware.nixosModules.common-gpu-amd
inputs.nixos-hardware.nixosModules.common-cpu-amd
./hardware-configuration.nix
../shared-desktop.nix
../shared.nix

View File

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