From 38558328de611f85c39b604b9d483393c82aee88 Mon Sep 17 00:00:00 2001 From: nikstur Date: Mon, 5 Aug 2024 18:28:01 +0200 Subject: [PATCH] modules.userborn: remove unneeded assert --- nix/modules/userborn.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nix/modules/userborn.nix b/nix/modules/userborn.nix index 094f41f..459cce5 100644 --- a/nix/modules/userborn.nix +++ b/nix/modules/userborn.nix @@ -73,10 +73,6 @@ in assertion = config.system.activationScripts.users == ""; message = "system.activationScripts.users has to be empty to use userborn"; } - { - assertion = config.system.etc.overlay.enable; - message = "services.userborn.enable requires config.system.etc.overlay.enable"; - } ]; system.activationScripts.users = lib.mkForce "";