Fix hostname.

This commit is contained in:
Nolan Darilek 2024-12-23 12:26:58 -06:00
parent 5485d5f43c
commit 8d7d939652
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@
boot.tmp.cleanOnBoot = true; boot.tmp.cleanOnBoot = true;
zramSwap.enable = true; zramSwap.enable = true;
networking.hostName = "GARDEN"; networking.hostName = "garden";
# Enable the Flakes feature and the accompanying new nix command-line tool # Enable the Flakes feature and the accompanying new nix command-line tool
nix.settings.experimental-features = [ nix.settings.experimental-features = [

View file

@ -11,9 +11,9 @@
let let
version = "2.8.4"; version = "2.8.4";
dist = fetchFromGitHub { dist = fetchFromGitHub {
owner = "caddyserver"; owner = "tailscale";
rev = "f21c01b660c896bdd6bacc37178dc00d9af282b4"; rev = "f21c01b660c896bdd6bacc37178dc00d9af282b4";
repo = "dist"; repo = "caddy-tailscale";
hash = "sha256-O4s7PhSUTXoNEIi+zYASx8AgClMC5rs7se863G6w+l0="; hash = "sha256-O4s7PhSUTXoNEIi+zYASx8AgClMC5rs7se863G6w+l0=";
}; };
in in