From dacf64ca7fd6d6d2cf927c709a74cb7adc8e6236 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 30 Dec 2025 19:02:53 -0800 Subject: add back some abstractions related to user management --- modules/host-config.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 modules/host-config.nix (limited to 'modules/host-config.nix') diff --git a/modules/host-config.nix b/modules/host-config.nix new file mode 100644 index 0000000..5bb5e94 --- /dev/null +++ b/modules/host-config.nix @@ -0,0 +1,9 @@ +{ lib, ... }: +{ + options = { + adminUser = lib.mkOption { + type = lib.types.attrs; + default = { }; + }; + }; +} -- cgit v1.2.3