diff options
author | tv <tv@krebsco.de> | 2021-02-15 14:00:47 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2021-02-15 14:16:27 +0100 |
commit | e249b2d8d4c9368a911ac1d5d7492c14a9602c05 (patch) | |
tree | adc8a3dfb6eaba35c397de4b014e5789e6a25158 /tv/1systems/au | |
parent | d2edb22d9f975959fc21a19f4e9da4a591d2b2a5 (diff) |
tv config: define primary screens
Diffstat (limited to 'tv/1systems/au')
-rw-r--r-- | tv/1systems/au/config.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tv/1systems/au/config.nix b/tv/1systems/au/config.nix index 3891b7570..d9ba53912 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; } |