about summary refs log tree commit diff
path: root/hosts/carmel
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-06 07:22:45 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-06 07:22:45 -0700
commit07f93716f915f41b6bb9059f85509adf402b2741 (patch)
treedbc98837eecc5f771eb6a36df60c27f97baae733 /hosts/carmel
parentrefactor samba to a proper module (diff)
downloadworld-07f93716f915f41b6bb9059f85509adf402b2741.tar.gz
enable AMD module correctly
Diffstat (limited to 'hosts/carmel')
-rw-r--r--hosts/carmel/hardware-configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/carmel/hardware-configuration.nix b/hosts/carmel/hardware-configuration.nix
index e342c9a..aa86049 100644
--- a/hosts/carmel/hardware-configuration.nix
+++ b/hosts/carmel/hardware-configuration.nix
@@ -40,7 +40,7 @@
   swapDevices =
     [{ device = "/dev/disk/by-uuid/ebcb04f3-4227-4ec3-af52-bd775ef38027"; }];
 
-  my.hardware.amd = true;
+  my.hardware.amd.enable = true;
   # high-resolution display
   hardware.video.hidpi.enable = lib.mkDefault true;
 }