mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	Update default.nix
This commit is contained in:
		@@ -19,7 +19,7 @@ in {
 | 
			
		||||
      systemd.services.iptsd = {
 | 
			
		||||
        description = "IPTSD";
 | 
			
		||||
        path = with pkgs; [ iptsd ];
 | 
			
		||||
        script = "iptsd";
 | 
			
		||||
        script = "iptsd $(iptsd-find-hidraw)";
 | 
			
		||||
        wantedBy = [ "multi-user.target" ];
 | 
			
		||||
      };
 | 
			
		||||
    })
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user