summaryrefslogtreecommitdiffstats
path: root/tv/1systems/au
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2021-02-15 14:00:47 +0100
committertv <tv@krebsco.de>2021-02-15 14:16:27 +0100
commitdbc0e3d5dee0ffdfcbdfbf394590cd340bb5c469 (patch)
tree3b7b267cb109c6aa6b7d8d036fd962791b7bfb03 /tv/1systems/au
parent9b16ee4c75f169a4d59fcff1d15fc5640b03bb7f (diff)
tv config: define primary screens
Diffstat (limited to 'tv/1systems/au')
-rw-r--r--tv/1systems/au/config.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/tv/1systems/au/config.nix b/tv/1systems/au/config.nix
index 3891b75..d9ba539 100644
--- a/tv/1systems/au/config.nix
+++ b/tv/1systems/au/config.nix
@@ -16,4 +16,7 @@
networking.interfaces.wwp0s29u1u4i6.useDHCP = true;
system.stateVersion = "20.03";
+
+ tv.hw.screens.primary.width = 1920;
+ tv.hw.screens.primary.height = 1080;
}