From e91c7ea3cf529ffbe7e4e0001f770076c45952a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Tue, 24 Feb 2026 20:07:43 +0100 Subject: [PATCH] Fix flake.nix indentation. --- templates/nix-config/flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/nix-config/flake.nix b/templates/nix-config/flake.nix index 5799aae..cf69f0a 100644 --- a/templates/nix-config/flake.nix +++ b/templates/nix-config/flake.nix @@ -23,6 +23,8 @@ inherit system; config.allowUnfree = true; }; + in + { nixosConfigurations = { numbus-server = nixpkgs.lib.nixosSystem { inherit system; @@ -39,7 +41,7 @@ # Core host configuration ./configuration.nix ./hardware-configuration.nix - ] + ]; }; }; };