From 7cfe53e9b831418f0496d2b168a1631ce80b14f3 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Sun, 12 Nov 2023 18:56:02 +0000 Subject: [PATCH] fix: silly missing ; --- hosts/alex/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/alex/configuration.nix b/hosts/alex/configuration.nix index 4cd9d6a..b99f685 100644 --- a/hosts/alex/configuration.nix +++ b/hosts/alex/configuration.nix @@ -16,7 +16,7 @@ preLVM = true; allowDiscards = true; } - ] + ]; networking.hostName = "alex"; networking.firewall.enable = false;