From 8eebaf8cee812bd07d8d890040e403bacb1777fb Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 3 Nov 2025 07:23:57 -0800 Subject: consolidate all modules under modules/ --- modules/common/host-config.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 modules/common/host-config.nix (limited to 'modules/common/host-config.nix') diff --git a/modules/common/host-config.nix b/modules/common/host-config.nix deleted file mode 100644 index b10d85f..0000000 --- a/modules/common/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