From b9bc0b4e235d8733930c41cea574aff857d6f96c Mon Sep 17 00:00:00 2001 From: lightly-toasted Date: Sun, 3 Aug 2025 00:03:58 +0900 Subject: [PATCH] feat: add zerotier one --- hosts/nixos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nixos/configuration.nix b/hosts/nixos/configuration.nix index ab512c2..ce2c1d0 100644 --- a/hosts/nixos/configuration.nix +++ b/hosts/nixos/configuration.nix @@ -77,6 +77,7 @@ }; }; }; + services.zerotierone.enable = true; system.stateVersion = "25.05"; nix.settings.experimental-features = [ "nix-command" "flakes" ];