mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
cleaning up specialArgs
This commit is contained in:
parent
3befa64d21
commit
3d8dd7c92c
5 changed files with 9 additions and 17 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue