Compare commits
	
		
			2 Commits
		
	
	
		
			92d5062992
			...
			b7be45715e
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| b7be45715e | |||
| 3522a7078b | 
							
								
								
									
										12
									
								
								flake.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										12
									
								
								flake.lock
									
									
									
										generated
									
									
									
								
							@@ -648,11 +648,11 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "nixpkgs-mine": {
 | 
					    "nixpkgs-mine": {
 | 
				
			||||||
      "locked": {
 | 
					      "locked": {
 | 
				
			||||||
        "lastModified": 1720115894,
 | 
					        "lastModified": 1721079763,
 | 
				
			||||||
        "narHash": "sha256-oWiGxG2JRchzTYP11jSCHOnbom5tOwbZofV2IjbTdnk=",
 | 
					        "narHash": "sha256-mlzukvwgiBm9Q8BedrZagnTcsDTXYKaFCf38KiSrsMc=",
 | 
				
			||||||
        "owner": "devplayer0",
 | 
					        "owner": "devplayer0",
 | 
				
			||||||
        "repo": "nixpkgs",
 | 
					        "repo": "nixpkgs",
 | 
				
			||||||
        "rev": "f05b4fdd5610255bd674ce75faaf573a614bdb60",
 | 
					        "rev": "b4cd56e5afee2cec3e1feca912680539cbb51403",
 | 
				
			||||||
        "type": "github"
 | 
					        "type": "github"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "original": {
 | 
					      "original": {
 | 
				
			||||||
@@ -664,11 +664,11 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "nixpkgs-mine-stable": {
 | 
					    "nixpkgs-mine-stable": {
 | 
				
			||||||
      "locked": {
 | 
					      "locked": {
 | 
				
			||||||
        "lastModified": 1720116136,
 | 
					        "lastModified": 1720987393,
 | 
				
			||||||
        "narHash": "sha256-cUfR+WCV5xz3nga7uGPdAMvlYaITpP7qEcVbEdoMRXU=",
 | 
					        "narHash": "sha256-aq1reu43552gD+QRyxAMlimAX9+YbGpAIyw82jg0eWY=",
 | 
				
			||||||
        "owner": "devplayer0",
 | 
					        "owner": "devplayer0",
 | 
				
			||||||
        "repo": "nixpkgs",
 | 
					        "repo": "nixpkgs",
 | 
				
			||||||
        "rev": "281333a642d6f8156554e0d8457083d8a0d435c2",
 | 
					        "rev": "154ab603fb2b794b437f233853aeb3c75f101049",
 | 
				
			||||||
        "type": "github"
 | 
					        "type": "github"
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
      "original": {
 | 
					      "original": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -46,10 +46,12 @@ in
 | 
				
			|||||||
          disable_check_updates = true;
 | 
					          disable_check_updates = true;
 | 
				
			||||||
          unix_socket_permission = "0770";
 | 
					          unix_socket_permission = "0770";
 | 
				
			||||||
          server_url = "https://ts.${pubDomain}";
 | 
					          server_url = "https://ts.${pubDomain}";
 | 
				
			||||||
          db_type = "sqlite3";
 | 
					          database = {
 | 
				
			||||||
          db_path = "/var/lib/headscale/db.sqlite3";
 | 
					            type = "sqlite3";
 | 
				
			||||||
 | 
					            sqlite.path = "/var/lib/headscale/db.sqlite3";
 | 
				
			||||||
 | 
					          };
 | 
				
			||||||
          noise.private_key_path = "/var/lib/headscale/noise_private.key";
 | 
					          noise.private_key_path = "/var/lib/headscale/noise_private.key";
 | 
				
			||||||
          ip_prefixes = with lib.my.c.tailscale.prefix; [ v4 v6 ];
 | 
					          prefixes = with lib.my.c.tailscale.prefix; { inherit v4 v6; };
 | 
				
			||||||
          dns_config = {
 | 
					          dns_config = {
 | 
				
			||||||
            # Use IPs that will route inside the VPN to prevent interception
 | 
					            # Use IPs that will route inside the VPN to prevent interception
 | 
				
			||||||
            # (e.g. DNS rebinding filtering)
 | 
					            # (e.g. DNS rebinding filtering)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user