From fbcd62aa03ce440a25c0969ae3aeebeda1f3d044 Mon Sep 17 00:00:00 2001 From: Xe Date: Sat, 19 Feb 2022 14:22:55 -0500 Subject: [PATCH] use within prefix Signed-off-by: Xe --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;