mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
forgejo: Remove unused sops setup
This commit is contained in:
parent
de9e5cd8fa
commit
30869b72f2
1 changed files with 0 additions and 5 deletions
|
|
@ -22,11 +22,6 @@ in
|
||||||
ports.tcp = [ cfg.port ];
|
ports.tcp = [ cfg.port ];
|
||||||
};
|
};
|
||||||
|
|
||||||
sops.secrets."forgejo/admin-password" = {
|
|
||||||
owner = config.users.users.git.name;
|
|
||||||
restartUnits = [ "forgejo.service" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
users.git = {
|
users.git = {
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue