mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
fix: koishi network
This commit is contained in:
parent
6d1033271e
commit
0eb5e3bdd7
3 changed files with 44 additions and 44 deletions
|
|
@ -159,7 +159,7 @@
|
|||
create_domain = true;
|
||||
};
|
||||
tailscale = mkMerge [
|
||||
(mkIf (cfg.tf.enable) {
|
||||
(mkIf tf.state.enable {
|
||||
ipv4 = meta.tailnet.${config.networking.hostName}.ipv4 or null;
|
||||
ipv6 = meta.tailnet.${config.networking.hostName}.ipv6 or null;
|
||||
})
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
type = "resource";
|
||||
connection = {
|
||||
port = head config.services.openssh.ports;
|
||||
host = config.network.addresses.private.nixos.ipv4.address;
|
||||
host = config.networks.gensokyo.ipv4;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue