Rename Tone -> Ronin
This commit is contained in:
parent
502e723931
commit
40c1c35007
28
flake.nix
28
flake.nix
|
@ -183,16 +183,6 @@
|
||||||
modules = defaultModules { inherit system username hostName; };
|
modules = defaultModules { inherit system username hostName; };
|
||||||
};
|
};
|
||||||
## Personal
|
## Personal
|
||||||
Northstar =
|
|
||||||
let
|
|
||||||
system = "x86_64-linux";
|
|
||||||
username = "pixelifytica";
|
|
||||||
hostName = "Northstar";
|
|
||||||
in
|
|
||||||
nixpkgs.lib.nixosSystem {
|
|
||||||
specialArgs = defaultSpecialArgs { inherit system; };
|
|
||||||
modules = defaultModules { inherit system username hostName; };
|
|
||||||
};
|
|
||||||
Vanguard =
|
Vanguard =
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
@ -203,17 +193,17 @@
|
||||||
specialArgs = defaultSpecialArgs { inherit system; };
|
specialArgs = defaultSpecialArgs { inherit system; };
|
||||||
modules = defaultModules { inherit system username hostName; };
|
modules = defaultModules { inherit system username hostName; };
|
||||||
};
|
};
|
||||||
## Work
|
Northstar =
|
||||||
Tone =
|
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
username = "elitherl";
|
username = "pixelifytica";
|
||||||
hostName = "Tone";
|
hostName = "Northstar";
|
||||||
in
|
in
|
||||||
nixpkgs.lib.nixosSystem {
|
nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = defaultSpecialArgs { inherit system; };
|
specialArgs = defaultSpecialArgs { inherit system; };
|
||||||
modules = defaultModules { inherit system username hostName; };
|
modules = defaultModules { inherit system username hostName; };
|
||||||
};
|
};
|
||||||
|
## Work
|
||||||
Scorch =
|
Scorch =
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
@ -224,6 +214,16 @@
|
||||||
specialArgs = defaultSpecialArgs { inherit system; };
|
specialArgs = defaultSpecialArgs { inherit system; };
|
||||||
modules = defaultModules { inherit system username hostName; };
|
modules = defaultModules { inherit system username hostName; };
|
||||||
};
|
};
|
||||||
|
Ronin =
|
||||||
|
let
|
||||||
|
system = "x86_64-linux";
|
||||||
|
username = "elitherl";
|
||||||
|
hostName = "Ronin";
|
||||||
|
in
|
||||||
|
nixpkgs.lib.nixosSystem {
|
||||||
|
specialArgs = defaultSpecialArgs { inherit system; };
|
||||||
|
modules = defaultModules { inherit system username hostName; };
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue