poseidon: move nextcloud to hades
This commit is contained in:
parent
ed22bdbc46
commit
a761d3201f
|
@ -73,6 +73,11 @@ in {
|
|||
privatePort = 8080;
|
||||
};
|
||||
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
adminpassFile = config.age.secrets."nextcloud/admin-pass".path;
|
||||
};
|
||||
|
||||
photoprism = {
|
||||
enable = true;
|
||||
port = 8084;
|
||||
|
|
|
@ -21,6 +21,10 @@
|
|||
|
||||
"miniflux/admin-credentials" = {};
|
||||
|
||||
"nextcloud/admin-pass" = {
|
||||
owner = "nextcloud";
|
||||
};
|
||||
|
||||
"restic-backup/hades-credentials" = {};
|
||||
"restic-backup/hades-password" = {};
|
||||
|
||||
|
|
|
@ -90,11 +90,6 @@ in {
|
|||
musicFolder.path = "${config.services.nextcloud.home}/data/alarsyo/files/Musique/Songs";
|
||||
};
|
||||
|
||||
nextcloud = {
|
||||
enable = true;
|
||||
adminpassFile = config.age.secrets."nextcloud/admin-pass".path;
|
||||
};
|
||||
|
||||
paperless = {
|
||||
enable = true;
|
||||
port = 8085;
|
||||
|
|
|
@ -17,10 +17,6 @@
|
|||
|
||||
"lohr/shared-secret" = {};
|
||||
|
||||
"nextcloud/admin-pass" = {
|
||||
owner = "nextcloud";
|
||||
};
|
||||
|
||||
"paperless/admin-password" = {};
|
||||
"paperless/secret-key" = {};
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
age-encryption.org/v1
|
||||
-> ssh-ed25519 k2gHjw /nyyNh06NbTWpRfT/rLQAXG0+GNmXQdf/6Yb4Z+btQo
|
||||
yaCie2N3Z9NPfh/0ZAnClEpnePJH/RfasUVfhrw2k3Q
|
||||
-> ssh-ed25519 z6Eu8Q s7sz4WPghjXRJG5UjehcN6hOQgBSmJChgzh3mOtNIBw
|
||||
agxROFWabDtUNgCLd2J1mkfuBfpRNH+mVgPdvVlSB2k
|
||||
-> *%`s-grease
|
||||
/i/nNtLTcvD09HOByxCo+T3g9p9EMbjTjdaR99OAxESjL2NscJpZiwyO2Urqp6Rg
|
||||
iWs2mFpV6F3Xj4/Eag+ckaR+spR+F4brdCWCgf56gqrOTP92bSq4MHBTbbg
|
||||
--- 0cVGprd9WbckTSXnFk7OG6OzDspB+gu2MX7vW8MJnKo
|
||||
×Ý”HÔÞÄ‚•3A À…8ás͇[yúÇÍßɆÀ:;oätÜ…óMÀêsh<73>Ã¥dñÙ„bs¯Ú<C2AF>£˜¨KÎäNé±qýX(BãÑî8¥ÙÛO“ÑÔ¿ºB
|
||||
-> ssh-ed25519 k2gHjw md0WbIE3MSWLqqerCD4ljh4U+4fWaOhKZxl9RQt+HDo
|
||||
8Wj+hn5wwzgA6D1zQEaP1WIfmmK6pXVy2ZX5OQ/N0pU
|
||||
-> ssh-ed25519 pX8y2g ByOhNTkxCHFkOQAOrID+bZEQzwesbnKluY6G5sSUhlg
|
||||
AybKPZKzELtvWTT/Kmc+zs7KC4GB9214GUdnWMhGnmo
|
||||
-> QK!x#/y-grease c|K1% \ug . >WFn:bI
|
||||
Cgx9qaPIUk1hGKtQYJ6kNk/+bHTJ
|
||||
--- YwtEWMiVxfvMGE1ngDiy/dALw/Y9YAxduaqlVgPNqdk
|
||||
ÿ¿zîóÑF(Ã8§?VÁJýæávH(kÔ‚9o\!£Ê¿ˆÐÓN7é@«àY#ÕÓ19êümùV¢}ŸZðضQWEÇ’þ}v/éƒ<® õ»æh‰¶T3†vN‚®”1
|
|
@ -19,7 +19,7 @@ in {
|
|||
|
||||
"miniflux/admin-credentials.age".publicKeys = [alarsyo hades];
|
||||
|
||||
"nextcloud/admin-pass.age".publicKeys = [alarsyo poseidon];
|
||||
"nextcloud/admin-pass.age".publicKeys = [alarsyo hades];
|
||||
|
||||
"paperless/admin-password.age".publicKeys = [alarsyo poseidon];
|
||||
"paperless/secret-key.age".publicKeys = [alarsyo poseidon];
|
||||
|
|
Loading…
Reference in a new issue