refactor: simplify 'user' options

This commit is contained in:
2026-04-21 17:10:42 +02:00
parent 38818e7508
commit 6a30a431f8
24 changed files with 94 additions and 139 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
{ config, myUtils, ... }:
let
inherit (config.secrets) sopsDir username;
inherit (config.secrets) sopsDir;
inherit (config.host) username;
owner = config.users.users.${username}.name;
in
{