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; }; 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; };