From d6a7a3908ecb1fc4d341b2bbc913c4cb8fe9f076 Mon Sep 17 00:00:00 2001 From: Thilo Hohlt <123883702+thiloho@users.noreply.github.com> Date: Sun, 11 Aug 2024 19:20:12 +0200 Subject: [PATCH] Update flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 31ff636..91cf0f0 100644 --- a/flake.nix +++ b/flake.nix @@ -89,7 +89,7 @@ }; demo-server = nixpkgs.lib.nixosSystem { inherit system; - modules = [ ./nix/demo-server.nix ]; + modules = [ ./nix/demo-server ]; }; });