removed rec
This commit is contained in:
@@ -6,14 +6,13 @@
|
|||||||
inherit (self) outputs;
|
inherit (self) outputs;
|
||||||
nixosSystem = args.nixpkgs.lib.nixosSystem;
|
nixosSystem = args.nixpkgs.lib.nixosSystem;
|
||||||
|
|
||||||
userSettings = rec {
|
userSettings = {
|
||||||
username = "panoptes";
|
username = "panoptes";
|
||||||
gitUserName = "John Lancaster";
|
gitUserName = "John Lancaster";
|
||||||
gitUserEmail = "32917998+jsl12@users.noreply.github.com";
|
gitUserEmail = "32917998+jsl12@users.noreply.github.com";
|
||||||
# gitUserEmail = "asdfasdf@asdf.com";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
systemSettings = rec {
|
systemSettings = {
|
||||||
hostName = "panoptes-nix";
|
hostName = "panoptes-nix";
|
||||||
stateVersion = "24.11";
|
stateVersion = "24.11";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|||||||
Reference in New Issue
Block a user