Rename Scorch -> Tone

This commit is contained in:
Evie Litherland-Smith 2024-08-04 10:50:23 +01:00
parent 40c1c35007
commit 20f09d6247
4 changed files with 2 additions and 2 deletions

View file

@ -204,11 +204,11 @@
modules = defaultModules { inherit system username hostName; };
};
## Work
Scorch =
Tone =
let
system = "x86_64-linux";
username = "elitherl";
hostName = "Scorch";
hostName = "Tone";
in
nixpkgs.lib.nixosSystem {
specialArgs = defaultSpecialArgs { inherit system; };