Extract IPTSd management into new option-enabled module

This commit is contained in:
mexisme
2023-01-10 15:59:44 +13:00
parent 391211b351
commit b8f4e97171
3 changed files with 29 additions and 7 deletions

View File

@@ -25,11 +25,5 @@ in {
pkgs.surface-control
];
systemd.services.iptsd = {
description = "IPTSD";
script = "${pkgs.iptsd}/bin/iptsd";
wantedBy = [
"multi-user.target"
];
};
microsoft-surface.ipts.enable = true;
}