Fix typo in Ronin systemConfig call
This commit is contained in:
parent
042e621f6c
commit
b01a5687e3
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue