Change owner of the git secret
This commit is contained in:
parent
f1658347f3
commit
77ded04451
|
@ -123,7 +123,11 @@ with pkgs;
|
|||
owner = "miniflux";
|
||||
group = "miniflux";
|
||||
};
|
||||
secrets.git.file = secrets/git.age;
|
||||
secrets.git = {
|
||||
file = secrets/git.age;
|
||||
owner = "coolneng";
|
||||
group = "users";
|
||||
};
|
||||
identityPaths = [ "/etc/ssh/id_ed25519" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue