From b2d71564fee58fa68ce4c24d490a9ab6b38ea35b Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 5 Dec 2023 11:34:36 +0100 Subject: [PATCH] try --- hosts/fw.cloonar.com/modules/staticids.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/fw.cloonar.com/modules/staticids.nix b/hosts/fw.cloonar.com/modules/staticids.nix index 3878a97..72a21a3 100644 --- a/hosts/fw.cloonar.com/modules/staticids.nix +++ b/hosts/fw.cloonar.com/modules/staticids.nix @@ -3,8 +3,8 @@ let inherit (lib) types; in { - options.services = { - ids.uids = lib.mkOption { + options.services.ids = { + uids = lib.mkOption { internal = true; description = lib.mdDoc '' The user IDs used for containers. @@ -12,7 +12,7 @@ in type = types.attrsOf types.int; }; - ids.gids = lib.mkOption { + gids = lib.mkOption { internal = true; description = lib.mdDoc '' The group IDs used for containers.