Rename Scorch -> Tone
This commit is contained in:
parent
40c1c35007
commit
20f09d6247
|
@ -204,11 +204,11 @@
|
||||||
modules = defaultModules { inherit system username hostName; };
|
modules = defaultModules { inherit system username hostName; };
|
||||||
};
|
};
|
||||||
## Work
|
## Work
|
||||||
Scorch =
|
Tone =
|
||||||
let
|
let
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
username = "elitherl";
|
username = "elitherl";
|
||||||
hostName = "Scorch";
|
hostName = "Tone";
|
||||||
in
|
in
|
||||||
nixpkgs.lib.nixosSystem {
|
nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = defaultSpecialArgs { inherit system; };
|
specialArgs = defaultSpecialArgs { inherit system; };
|
||||||
|
|
Loading…
Reference in a new issue