forked from mirrors_public/oddlama_nix-config
refactor: properly modularize repo secret management
This commit is contained in:
parent
88f1ac54b8
commit
d7f69c5baa
25 changed files with 143 additions and 129 deletions
|
@ -2,11 +2,10 @@
|
|||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
secrets,
|
||||
stateVersion,
|
||||
...
|
||||
}: let
|
||||
inherit (secrets) myuser;
|
||||
inherit (config.repo.secrets.global) myuser;
|
||||
in {
|
||||
users.groups.${myuser}.gid = config.users.users.${myuser}.uid;
|
||||
users.users.${myuser} = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue