diff --git a/hosts/by-name/lappy/polyfill.nix b/hosts/by-name/lappy/polyfill.nix index 2567e303c..1c556d904 100644 --- a/hosts/by-name/lappy/polyfill.nix +++ b/hosts/by-name/lappy/polyfill.nix @@ -22,7 +22,6 @@ # the device type informs (at least): # - SXMO_WIFI_MODULE # - SXMO_RTW_SCAN_INTERVAL - # - SXMO_SYS_FILES # - SXMO_TOUCHSCREEN_ID # - SXMO_MONITOR # - SXMO_ALSA_CONTROL_NAME diff --git a/hosts/modules/gui/sxmo/default.nix b/hosts/modules/gui/sxmo/default.nix index 62ee556bd..f6ff55f76 100644 --- a/hosts/modules/gui/sxmo/default.nix +++ b/hosts/modules/gui/sxmo/default.nix @@ -528,16 +528,6 @@ in # - and more # environment.pathsToLink = [ "/share/sxmo" ]; - systemd.services."sxmo-set-permissions" = { - # TODO: some of these could be modified to be udev rules - description = "configure specific /sys and /dev nodes to be writable by sxmo scripts"; - serviceConfig = { - Type = "oneshot"; - ExecStart = "${package}/bin/sxmo_setpermissions.sh"; - }; - wantedBy = [ "multi-user.target" ]; - }; - # if superd fails to start a service within 100ms, it'll try to start again # the fallout of this is that during intense lag (e.g. OOM or swapping) it can # start the service many times.