From 771039f64d44a60f9691582fe559e26b431bbbe8 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 13 Dec 2025 15:19:21 -0800 Subject: remove abstractions for managing users --- modules/host-config.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 modules/host-config.nix (limited to 'modules/host-config.nix') diff --git a/modules/host-config.nix b/modules/host-config.nix deleted file mode 100644 index b10d85f..0000000 --- a/modules/host-config.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ lib, ... }: -let - inherit (lib) mkOption; - inherit (lib.types) - attrs - ; -in -{ - options = { - adminUser = mkOption { - type = attrs; - default = { }; - }; - }; -} -- cgit v1.2.3