services: port amdgpu services from private config

This commit is contained in:
2020-10-17 11:59:01 +11:00
parent 326f4b9fec
commit 6cd420d7af
5 changed files with 150 additions and 3 deletions

View File

@ -1,6 +1,7 @@
{
# Add your NixOS modules here
#
# my-module = ./my-module;
amdgpu-common = ./services/hardware/amdgpu-common.nix;
amdgpu-fan = ./services/hardware/amdgpu-fan.nix;
amdgpu-pwm = ./services/hardware/amdgpu-pwm.nix;
radeon-profile-daemon = ./services/hardware/radeon-profile-daemon.nix;
}