diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/carmel/hardware-configuration.nix | 2 | ||||
-rw-r--r-- | hosts/tahoe/hardware-configuration.nix | 2 |
2 files changed, 2 insertions, 2 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; } 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; |