cleaning up specialArgs

This commit is contained in:
Gerg-L 2023-02-23 20:28:46 -05:00
parent 3befa64d21
commit 3d8dd7c92c
5 changed files with 9 additions and 17 deletions

View file

@ -48,10 +48,9 @@
gerg-desktop = unstable.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
inherit inputs self;
inherit self;
settings = {
username = "gerg";
hostname = "gerg-desktop";
};
};
@ -69,10 +68,9 @@
game-laptop = unstable.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
inherit inputs self;
inherit self;
settings = {
username = "games";
hostname = "game-laptop";
};
};
modules = [
@ -83,10 +81,9 @@
moms-laptop = unstable.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
inherit inputs self;
inherit self;
settings = {
username = "jo";
hostname = "moms-laptop";
};
};
modules = [