diff options
author | tv <tv@krebsco.de> | 2023-06-06 15:12:43 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2023-06-06 15:12:43 +0200 |
commit | d44af9a576cb6e261e2d609ee286aff044048651 (patch) | |
tree | 9d60c8fedc87935f7cd9fe0b78328042b76e88b9 /tv/2configs/hw | |
parent | 6615202f2a701812be603c87a0a43b375dae34a3 (diff) |
tv winmax2: remove hidpi option
hardware.video.hidpi.enable has been removed in NixOS 23.05
Diffstat (limited to 'tv/2configs/hw')
-rw-r--r-- | tv/2configs/hw/winmax2.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tv/2configs/hw/winmax2.nix b/tv/2configs/hw/winmax2.nix index 49af761..7b28466 100644 --- a/tv/2configs/hw/winmax2.nix +++ b/tv/2configs/hw/winmax2.nix @@ -27,8 +27,6 @@ pkgs.rocm-opencl-runtime ]; - hardware.video.hidpi.enable = true; - networking.wireless.enable = true; networking.wireless.interfaces = [ "wlp1s0" |