From b01a5687e34470708ecba3ca194505b50136320b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 11 Sep 2023 10:31:55 +0100 Subject: [PATCH] Fix typo in Ronin systemConfig call --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0e774f8e..90d828be 100644 --- a/flake.nix +++ b/flake.nix @@ -267,7 +267,7 @@ hostName = "Ronin"; user = "elitherl"; system = "x86_64-linux"; - in systemConfig { inherit hostName user systemConfig; }; + in systemConfig { inherit hostName user system; }; Vanguard = let hostName = "Vanguard";