From 8d7d939652d894d991de6ebe80c471a4e95876bc Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 23 Dec 2024 12:26:58 -0600 Subject: [PATCH] Fix hostname. --- hosts/garden/default.nix | 2 +- pkgs/caddy.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/garden/default.nix b/hosts/garden/default.nix index 9c1dc32..e5726b6 100644 --- a/hosts/garden/default.nix +++ b/hosts/garden/default.nix @@ -14,7 +14,7 @@ boot.tmp.cleanOnBoot = true; zramSwap.enable = true; - networking.hostName = "GARDEN"; + networking.hostName = "garden"; # Enable the Flakes feature and the accompanying new nix command-line tool nix.settings.experimental-features = [ diff --git a/pkgs/caddy.nix b/pkgs/caddy.nix index 92b3db2..8d75a20 100644 --- a/pkgs/caddy.nix +++ b/pkgs/caddy.nix @@ -11,9 +11,9 @@ let version = "2.8.4"; dist = fetchFromGitHub { - owner = "caddyserver"; + owner = "tailscale"; rev = "f21c01b660c896bdd6bacc37178dc00d9af282b4"; - repo = "dist"; + repo = "caddy-tailscale"; hash = "sha256-O4s7PhSUTXoNEIi+zYASx8AgClMC5rs7se863G6w+l0="; }; in