Compare commits
	
		
			1 Commits
		
	
	
		
			b7be45715e
			...
			92d5062992
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 92d5062992 | 
							
								
								
									
										6
									
								
								flake.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								flake.lock
									
									
									
										generated
									
									
									
								
							@@ -648,11 +648,11 @@
 | 
			
		||||
    },
 | 
			
		||||
    "nixpkgs-mine": {
 | 
			
		||||
      "locked": {
 | 
			
		||||
        "lastModified": 1721079763,
 | 
			
		||||
        "narHash": "sha256-mlzukvwgiBm9Q8BedrZagnTcsDTXYKaFCf38KiSrsMc=",
 | 
			
		||||
        "lastModified": 1721073493,
 | 
			
		||||
        "narHash": "sha256-blBEIVq3lQHZK1Q4RD5E00+5iDR7k0JHd/yNNuMevWg=",
 | 
			
		||||
        "owner": "devplayer0",
 | 
			
		||||
        "repo": "nixpkgs",
 | 
			
		||||
        "rev": "b4cd56e5afee2cec3e1feca912680539cbb51403",
 | 
			
		||||
        "rev": "98391b2a7d9dff1e92140352588987049745f080",
 | 
			
		||||
        "type": "github"
 | 
			
		||||
      },
 | 
			
		||||
      "original": {
 | 
			
		||||
 
 | 
			
		||||
@@ -46,12 +46,10 @@ in
 | 
			
		||||
          disable_check_updates = true;
 | 
			
		||||
          unix_socket_permission = "0770";
 | 
			
		||||
          server_url = "https://ts.${pubDomain}";
 | 
			
		||||
          database = {
 | 
			
		||||
            type = "sqlite3";
 | 
			
		||||
            sqlite.path = "/var/lib/headscale/db.sqlite3";
 | 
			
		||||
          };
 | 
			
		||||
          db_type = "sqlite3";
 | 
			
		||||
          db_path = "/var/lib/headscale/db.sqlite3";
 | 
			
		||||
          noise.private_key_path = "/var/lib/headscale/noise_private.key";
 | 
			
		||||
          prefixes = with lib.my.c.tailscale.prefix; { inherit v4 v6; };
 | 
			
		||||
          ip_prefixes = with lib.my.c.tailscale.prefix; [ v4 v6 ];
 | 
			
		||||
          dns_config = {
 | 
			
		||||
            # Use IPs that will route inside the VPN to prevent interception
 | 
			
		||||
            # (e.g. DNS rebinding filtering)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user