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