mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	surface: add iptsd
This commit is contained in:
		@@ -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" ];
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user