Add Scorch to flake.nix

This commit is contained in:
Evie Litherland-Smith 2023-12-19 10:10:06 +00:00
parent a614554abe
commit 89ba557b91

View file

@ -248,6 +248,12 @@
system = "x86_64-linux";
in systemConfig { inherit hostName user system; };
Scorch = let
hostName = "Scorch";
user = "elitherl";
system = "x86_64-linux";
in systemConfig { inherit hostName user system; };
Vanguard = let
hostName = "Vanguard";
user = "xenia";