Compare commits

..

No commits in common. "fd52404b93685528da73646f94e7808e98aee26f" and "e9efefd7d254d1c4e3f2c22c8e930c82465316cf" have entirely different histories.

2 changed files with 5 additions and 6 deletions

8
flake.lock generated
View file

@ -282,11 +282,11 @@
"quickshell": "quickshell" "quickshell": "quickshell"
}, },
"locked": { "locked": {
"lastModified": 1739197721, "lastModified": 1738528812,
"narHash": "sha256-+EYoZfeHycIH52SJMEkGtmsTddXa8dW06aDJCVg+lcI=", "narHash": "sha256-NgGylCEFg500fF8bDZfKhS+wSGT4wkHIg567XAwrFZ0=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "603e1c09b39ee57f6ea94f45b117360736816358", "rev": "f269a01ec07c12a19482caacbf67223a4eab22d3",
"revCount": 106, "revCount": 104,
"type": "git", "type": "git",
"url": "https://git.ccnlc.eu/nydragon/nysh.git" "url": "https://git.ccnlc.eu/nydragon/nysh.git"
}, },

View file

@ -16,7 +16,6 @@ let
}; };
shanMeta = self.nixosConfigurations.shan.config.modules.meta; shanMeta = self.nixosConfigurations.shan.config.modules.meta;
homeAIp = "100.64.0.9";
in in
{ {
services.headscale.settings.policy.path = pkgs.writeTextFile { services.headscale.settings.policy.path = pkgs.writeTextFile {
@ -43,7 +42,7 @@ in
[ [
"tag:guest" "tag:guest"
] ]
[ "${shanMeta.tailscale.ip}:443" "${homeAIp}:80" ] [ "${shanMeta.tailscale.ip}:443" ]
) )
]; ];