secrets: move miniflux to agenix
This commit is contained in:
parent
4cc2f41066
commit
8d75500055
|
@ -96,7 +96,7 @@ in
|
|||
|
||||
miniflux = {
|
||||
enable = true;
|
||||
adminCredentialsFile = "${../../secrets/miniflux-admin-credentials.secret}";
|
||||
adminCredentialsFile = config.age.secrets."miniflux/admin-credentials".path;
|
||||
privatePort = 8080;
|
||||
};
|
||||
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
owner = "matrix-synapse";
|
||||
};
|
||||
|
||||
"miniflux/admin-credentials" = {};
|
||||
|
||||
"nextcloud/admin-pass" = {
|
||||
owner = "nextcloud";
|
||||
};
|
||||
|
|
9
modules/secrets/miniflux/admin-credentials.age
Normal file
9
modules/secrets/miniflux/admin-credentials.age
Normal file
|
@ -0,0 +1,9 @@
|
|||
age-encryption.org/v1
|
||||
-> ssh-ed25519 z6Eu8Q rtGozbVk8om9Y0HKwgMEdphYF8XPaivfvKeseSue0Eg
|
||||
WhKe6jqNByj/+gRLA/QKHnHTrRKndVUq47/BzK2uU8w
|
||||
-> \)kCW_wR-grease @l
|
||||
QSDpyBcE6WRuOU6IpZ1mN+zboFtzw9THQ78ZV2eStjU1rCyuZhXgU2QD2p/PO4ns
|
||||
JEntxUv/vw
|
||||
--- ZsG0UUiIW92EsmHOvohl07MzjtzJlBuAm8A7sS5PfUU
|
||||
>tíÕ
|
||||
_{i7$"pÍçîbú^^21ùž&|‰—P’=½Ê_aʾãWè£`T<Ÿ9<C5B8>X|q[gâÞ)<29>¡`æ8цÍyÿ•0ÁêJP%éHMñÐ:ãðú^¤ŸÌKí{-BÂ@è§Òâne½åóI‰†¢<E280A0>¯ôéîŽ
|
|
@ -17,6 +17,8 @@ in
|
|||
|
||||
"matrix-synapse/secret-config.age".publicKeys = [ poseidon ];
|
||||
|
||||
"miniflux/admin-credentials.age".publicKeys = [ poseidon ];
|
||||
|
||||
"nextcloud/admin-pass.age".publicKeys = [ poseidon ];
|
||||
|
||||
"restic-backup/boreal-password.age".publicKeys = [ alarsyo boreal ];
|
||||
|
|
|
@ -10,8 +10,6 @@ in {
|
|||
};
|
||||
|
||||
config.my.secrets = {
|
||||
miniflux-admin-credentials = fileContents ./miniflux-admin-credentials.secret;
|
||||
|
||||
paperless = import ./paperless { inherit lib; };
|
||||
};
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue