surface: add iptsd
This commit is contained in:
parent
c4399b921f
commit
2bc0b595b5
|
@ -5,4 +5,9 @@
|
||||||
environment.systemPackages = with pkgs; [ surface-control ];
|
environment.systemPackages = with pkgs; [ surface-control ];
|
||||||
users.groups.surface-control = { };
|
users.groups.surface-control = { };
|
||||||
services.udev.packages = [ pkgs.surface-control ];
|
services.udev.packages = [ pkgs.surface-control ];
|
||||||
|
systemd.services.iptsd = {
|
||||||
|
description = "IPTSD";
|
||||||
|
script = "${pkgs.iptsd}/bin/iptsd";
|
||||||
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue