diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-06 07:22:45 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-06 07:22:45 -0700 |
commit | 07f93716f915f41b6bb9059f85509adf402b2741 (patch) | |
tree | dbc98837eecc5f771eb6a36df60c27f97baae733 /hosts/tahoe | |
parent | refactor samba to a proper module (diff) | |
download | world-07f93716f915f41b6bb9059f85509adf402b2741.tar.gz |
enable AMD module correctly
Diffstat (limited to '')
-rw-r--r-- | hosts/tahoe/hardware-configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/tahoe/hardware-configuration.nix b/hosts/tahoe/hardware-configuration.nix index d32ef0a..ab08490 100644 --- a/hosts/tahoe/hardware-configuration.nix +++ b/hosts/tahoe/hardware-configuration.nix @@ -56,7 +56,7 @@ swapDevices = [{ device = "/dev/disk/by-uuid/0f54b5ab-4fca-4c5a-a9eb-622553145163"; }]; - my.hardware.amd = true; + my.hardware.amd.enable = true; # high-resolution display hardware.video.hidpi.enable = lib.mkDefault true; |