3 inherit (config.users) users groups;
8 acme/sourcephile.fr.nix
13 environment.systemPackages = [
18 home = "/var/lib/acme";
19 group = groups."acme".name;
20 # Set a static UID to install the credentialFile
21 # with acme:root perms before the system switch
26 { assertion = ! elem users.acme.uid (attrValues config.ids.uids);
28 Unix user ID ${toString users.acme.uid} is already taken in config.ids.uids: change for a free UID.