From 4f700d3619b66de8ff0a90827583f315fe08aab0 Mon Sep 17 00:00:00 2001 From: Erin van der Veen Date: Fri, 12 Apr 2024 10:45:40 +0200 Subject: [PATCH] chore: use nixosModules.default directly in vm --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4855fba..08ce0fd 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,7 @@ inherit system; modules = [ ./nix/configuration.nix - ./nix/genealogos-module.nix + nixosModules.default ]; };