From d80d1febd35ccf73455148a73bbc406d52dffc57 Mon Sep 17 00:00:00 2001 From: oluceps Date: Sun, 8 Sep 2024 02:43:11 +0800 Subject: [PATCH] fix: take userborn into consideration --- modules/age.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/age.nix b/modules/age.nix index 279f1a2..7811215 100644 --- a/modules/age.nix +++ b/modules/age.nix @@ -17,7 +17,7 @@ with lib; let sysusersEnabled = if isDarwin then false - else options.systemd ? sysusers && config.systemd.sysusers.enable; + else options.systemd ? sysusers && (config.systemd.sysusers.enable || config.services.userborn.enable); mountCommand = if isDarwin