From 4ce4787be28330a00ccc11d37702954b6f936e59 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 31 Dec 2024 16:40:35 +0400 Subject: [PATCH] silly! --- modules/server/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/server/default.nix b/modules/server/default.nix index b632525b..020028e6 100644 --- a/modules/server/default.nix +++ b/modules/server/default.nix @@ -4,7 +4,7 @@ let cfg = config.void.server; in { imports = [ ]; - options.modules.server = { isServer = mkEnableOption false; }; + options.void.server = { isServer = mkEnableOption false; }; config = mkIf cfg.isServer { # we need this if you say otherwise ill throw you