From c6a80cc6a98ff1c999d8183bb8c387574a3b37ad Mon Sep 17 00:00:00 2001 From: Spotlight Date: Thu, 17 Oct 2024 00:53:21 -0500 Subject: [PATCH] cyclone: Resolve syntax error --- hosts/linux/cyclone/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/linux/cyclone/configuration.nix b/hosts/linux/cyclone/configuration.nix index 237aeae..5f1beb1 100644 --- a/hosts/linux/cyclone/configuration.nix +++ b/hosts/linux/cyclone/configuration.nix @@ -3,7 +3,7 @@ { imports = [ ./hardware-configuration.nix - ] + ]; networking = { hostName = "cyclone";