From d6af6a8c053d2489c0b84ad7a11cde590a737045 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:00:19 -0600 Subject: [PATCH] removed rec --- flake.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 3a10db3..da91c36 100644 --- a/flake.nix +++ b/flake.nix @@ -6,14 +6,13 @@ inherit (self) outputs; nixosSystem = args.nixpkgs.lib.nixosSystem; - userSettings = rec { + userSettings = { username = "panoptes"; gitUserName = "John Lancaster"; gitUserEmail = "32917998+jsl12@users.noreply.github.com"; - # gitUserEmail = "asdfasdf@asdf.com"; }; - systemSettings = rec { + systemSettings = { hostName = "panoptes-nix"; stateVersion = "24.11"; system = "x86_64-linux";