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";