Compare commits
No commits in common. "fd52404b93685528da73646f94e7808e98aee26f" and "e9efefd7d254d1c4e3f2c22c8e930c82465316cf" have entirely different histories.
fd52404b93
...
e9efefd7d2
2 changed files with 5 additions and 6 deletions
8
flake.lock
generated
8
flake.lock
generated
|
@ -282,11 +282,11 @@
|
|||
"quickshell": "quickshell"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1739197721,
|
||||
"narHash": "sha256-+EYoZfeHycIH52SJMEkGtmsTddXa8dW06aDJCVg+lcI=",
|
||||
"lastModified": 1738528812,
|
||||
"narHash": "sha256-NgGylCEFg500fF8bDZfKhS+wSGT4wkHIg567XAwrFZ0=",
|
||||
"ref": "refs/heads/main",
|
||||
"rev": "603e1c09b39ee57f6ea94f45b117360736816358",
|
||||
"revCount": 106,
|
||||
"rev": "f269a01ec07c12a19482caacbf67223a4eab22d3",
|
||||
"revCount": 104,
|
||||
"type": "git",
|
||||
"url": "https://git.ccnlc.eu/nydragon/nysh.git"
|
||||
},
|
||||
|
|
|
@ -16,7 +16,6 @@ let
|
|||
};
|
||||
|
||||
shanMeta = self.nixosConfigurations.shan.config.modules.meta;
|
||||
homeAIp = "100.64.0.9";
|
||||
in
|
||||
{
|
||||
services.headscale.settings.policy.path = pkgs.writeTextFile {
|
||||
|
@ -43,7 +42,7 @@ in
|
|||
[
|
||||
"tag:guest"
|
||||
]
|
||||
[ "${shanMeta.tailscale.ip}:443" "${homeAIp}:80" ]
|
||||
[ "${shanMeta.tailscale.ip}:443" ]
|
||||
)
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue