Fix typo in Ronin systemConfig call

This commit is contained in:
Evie Litherland-Smith 2023-09-11 10:31:55 +01:00
parent 042e621f6c
commit b01a5687e3

View file

@ -267,7 +267,7 @@
hostName = "Ronin"; hostName = "Ronin";
user = "elitherl"; user = "elitherl";
system = "x86_64-linux"; system = "x86_64-linux";
in systemConfig { inherit hostName user systemConfig; }; in systemConfig { inherit hostName user system; };
Vanguard = let Vanguard = let
hostName = "Vanguard"; hostName = "Vanguard";