removed rec

This commit is contained in:
John Lancaster
2024-12-16 22:00:19 -06:00
parent 1be1871f61
commit d6af6a8c05

View File

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