diff --git a/kagami-air-m1/configuration.nix b/kagami-air-m1/configuration.nix index 7a2e553..8073c9c 100644 --- a/kagami-air-m1/configuration.nix +++ b/kagami-air-m1/configuration.nix @@ -171,12 +171,11 @@ sops.secrets."tinc/ed25519-private-key" = { }; services.my-tinc = { enable = true; - hostName = "macbook-nixos"; + hostName = "macbooknix"; ed25519PrivateKey = config.sops.secrets."tinc/ed25519-private-key".path; bindPort = 6565; }; - # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];