From f4d9897f216d004db76bf77fbf8be95d1cf8e1cc Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Wed, 5 Apr 2023 14:10:54 -0400 Subject: [PATCH] reset lookinglass hostname and email --- hosts/lookingglass/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/lookingglass/default.nix b/hosts/lookingglass/default.nix index 505f65d..5c7223a 100644 --- a/hosts/lookingglass/default.nix +++ b/hosts/lookingglass/default.nix @@ -11,14 +11,14 @@ darwin.lib.darwinSystem { modules = [ ../../modules/common ../../modules/darwin - (globals // { + (globals // rec { user = "Noah.Masur"; gitName = "Noah-Masur_1701"; - gitEmail = "Noah.Masur@take2games.com"; + gitEmail = "${user}@take2games.com"; }) home-manager.darwinModules.home-manager { - networking.hostName = "noah-masur-mac"; + networking.hostName = "lookingglass"; identityFile = "/Users/Noah.Masur/.ssh/id_ed25519"; gui.enable = true; theme = {