From 31f3816626e89aa2e8378c972a4b73f304c3f119 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Thu, 16 May 2024 10:44:52 -0400 Subject: [PATCH] update macbook hostname --- hosts/macbook/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/macbook/configuration.nix b/hosts/macbook/configuration.nix index 8c0062f..1f1ae47 100644 --- a/hosts/macbook/configuration.nix +++ b/hosts/macbook/configuration.nix @@ -8,6 +8,8 @@ nixpkgs.config.allowUnfree = true; + networking.hostName = "macbook"; + nix.settings = { trusted-users = ["mthomson"]; @@ -33,7 +35,6 @@ environment.variables = { EDITOR = "nvim"; - ZK_NOTEBOOK_DIR = "~/notes"; }; services = {