From a29fddda2ca554e671bddd9f3ff7399d8ea9756b Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 14 Feb 2021 13:29:42 +0100 Subject: tv wu: remove unnecessary services --- tv/1systems/wu/config.nix | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'tv/1systems') diff --git a/tv/1systems/wu/config.nix b/tv/1systems/wu/config.nix index f9c3860ed..f0ef6f9b0 100644 --- a/tv/1systems/wu/config.nix +++ b/tv/1systems/wu/config.nix @@ -7,10 +7,6 @@ with import ; - - - - @@ -38,14 +34,4 @@ with import ; networking.wireless.enable = true; - services.printing.enable = true; - - services.udev.extraRules = '' - SUBSYSTEM=="net", ATTR{address}=="00:90:f5:da:aa:c3", NAME="en0" - SUBSYSTEM=="net", ATTR{address}=="a0:88:b4:1b:ae:6c", NAME="wl0" - - # for jack - KERNEL=="rtc0", GROUP="audio" - KERNEL=="hpet", GROUP="audio" - ''; } -- cgit v1.2.3 From e249b2d8d4c9368a911ac1d5d7492c14a9602c05 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 15 Feb 2021 14:00:47 +0100 Subject: tv config: define primary screens --- tv/1systems/au/config.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tv/1systems') 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; } -- cgit v1.2.3