From 306b2f22dc0f7ae071c1ed501b42550cf3f11359 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 3 May 2026 01:58:45 -0500 Subject: [PATCH] Fix syntax err --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8e9e139..74599ea 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ ./configuration.nix { networking.hostName = "laptop-nixos-1" - } + }; ]; }; };