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;
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 = [