removed rec
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user