diff --git a/flake.nix b/flake.nix index a2e7fa5..af4a7fd 100644 --- a/flake.nix +++ b/flake.nix @@ -44,9 +44,9 @@ }; nixosModule = { config, lib }: { - options.xeserv.mara-bot.enable = lib.mkEnableOption "enable Mara bot"; + options.within.mara-bot.enable = lib.mkEnableOption "enable Mara bot"; - config = lib.mkIf config.xeserv.mara-bot.enable { + config = lib.mkIf config.within.mara-bot.enable { users.users.mara-bot = { createHome = true; isSystemUser = true;