From f7b5423338d52ec1d0c14603b2776e0f884c1e67 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 3 Mar 2023 02:38:30 +0000 Subject: [PATCH] ids.nix: leave a comment about switching to upstream module in the future --- hosts/common/ids.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/common/ids.nix b/hosts/common/ids.nix index 0ad3b33c..68c8e55d 100644 --- a/hosts/common/ids.nix +++ b/hosts/common/ids.nix @@ -1,4 +1,6 @@ # TODO: migrate to nixpkgs `config.ids.uids` +# - note that nixpkgs' `config.ids.uids` is strictly a database: it doesn't set anything by default +# whereas our impl sets the gid/uid of the user/group specified if they exist. { ... }: {