mirror of
https://github.com/NixOS/nixos-hardware
synced 2025-01-11 11:29:46 +01:00
commit
d4ef27b668
1 changed files with 5 additions and 0 deletions
|
@ -5,4 +5,9 @@
|
|||
environment.systemPackages = with pkgs; [ surface-control ];
|
||||
users.groups.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