hosts: move miniflux from poseidon to hades
This commit is contained in:
parent
973415fe4d
commit
eab8a279a1
|
@ -57,6 +57,12 @@ in {
|
|||
my.services = {
|
||||
fail2ban.enable = true;
|
||||
|
||||
miniflux = {
|
||||
enable = true;
|
||||
adminCredentialsFile = config.age.secrets."miniflux/admin-credentials".path;
|
||||
privatePort = 8080;
|
||||
};
|
||||
|
||||
restic-backup = {
|
||||
enable = true;
|
||||
repo = "b2:hades-backup-alarsyo";
|
||||
|
|
|
@ -13,6 +13,10 @@
|
|||
// attrs;
|
||||
in
|
||||
lib.mapAttrs toSecret {
|
||||
"gandi/api-key" = {};
|
||||
|
||||
"miniflux/admin-credentials" = {};
|
||||
|
||||
"restic-backup/hades-credentials" = {};
|
||||
"restic-backup/hades-password" = {};
|
||||
|
||||
|
|
|
@ -96,12 +96,6 @@ in {
|
|||
port = 8083;
|
||||
};
|
||||
|
||||
miniflux = {
|
||||
enable = true;
|
||||
adminCredentialsFile = config.age.secrets."miniflux/admin-credentials".path;
|
||||
privatePort = 8080;
|
||||
};
|
||||
|
||||
matrix = {
|
||||
enable = true;
|
||||
secretConfigFile = config.age.secrets."matrix-synapse/secret-config".path;
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
owner = "matrix-synapse";
|
||||
};
|
||||
|
||||
"miniflux/admin-credentials" = {};
|
||||
|
||||
"nextcloud/admin-pass" = {
|
||||
owner = "nextcloud";
|
||||
};
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
age-encryption.org/v1
|
||||
-> ssh-ed25519 k2gHjw cPZECs2fo+sOznfaXiZjieBB6nwe4D7s5shh6YE/VWY
|
||||
Oi/B1v/9NkPORSllIxrFltkXVFUwFZcgJlcxUdGWjT0
|
||||
-> ssh-ed25519 z6Eu8Q G3/FgigyszNLmNCXiAxeWgsALohxZ+ZLLvhRg38CBxk
|
||||
Z/OiV82zpOJhewVWvJSZUOCNzixFHvWl53cT/MIcZjo
|
||||
-> -%^%:-grease
|
||||
CkySRq28PocmIYUy7teSU9JkV8/tq/JIR83vFkuRSIYascFHgQrUhEbjy05uLMAe
|
||||
Sw
|
||||
--- LvigUOnTKMr+/oIUFVCWXM59d0Q9qePiZ1zqm8s/4lI
|
||||
ˇř·ëuśß>ŠÜ‚¸Č<C2B8>¦u€ÜIé—úÍśjX§„ĺN÷?ŞI‡•<E280A1>¸SGYěĘ7S®m›ćΡ†ú‰f
|
||||
Aľ©ę–pWřoňń
|
||||
-> ssh-ed25519 k2gHjw E972A3kem7+3ul2Ai8TV8EVkF9upClr46y1pbN+AfDY
|
||||
qZdZuv+F9c46uxKWYdBKp6AGkTA5IEjcBwDlBHpEbCU
|
||||
-> ssh-ed25519 pX8y2g WEBknhwaTqfVzaLQRg1tfEY/aGZDFnH0PvXOZ3pC1k8
|
||||
A23ELihRVsx8jhTcJAy3a1/saKWPc6ojf8HhPHj0niw
|
||||
-> ssh-ed25519 z6Eu8Q IsN3L8xlk8VwrqUByYiUhthAk06KCn6hcYlZrodk/Vg
|
||||
lX/SjRJIZEt1/Q6iLKFiUTHB4eH8ig4WJN79mU/AVUw
|
||||
-> &r29]-grease #}
|
||||
100ULy2nfLIOODMNPyvq0ATuGdVBAgwcXAs
|
||||
--- VkOZ7Vy9R4QPqvgAveJae/L4/nuDnQ/bAoN7UEKzxyw
|
||||
wQ{3É”3‘
|
||||
m2eÞ?×ò¥.M„<19>:Df)ïˆ;t{zR½ªo’ñ²›‡òE#c·çáéTE…Ú9¹H67ÊqAÜ_Lb}
|
Binary file not shown.
|
@ -11,13 +11,13 @@ let
|
|||
|
||||
all = users ++ machines;
|
||||
in {
|
||||
"gandi/api-key.age".publicKeys = [alarsyo poseidon];
|
||||
"gandi/api-key.age".publicKeys = [alarsyo hades poseidon];
|
||||
|
||||
"lohr/shared-secret.age".publicKeys = [alarsyo poseidon];
|
||||
|
||||
"matrix-synapse/secret-config.age".publicKeys = [alarsyo poseidon];
|
||||
|
||||
"miniflux/admin-credentials.age".publicKeys = [alarsyo poseidon];
|
||||
"miniflux/admin-credentials.age".publicKeys = [alarsyo hades];
|
||||
|
||||
"nextcloud/admin-pass.age".publicKeys = [alarsyo poseidon];
|
||||
|
||||
|
|
Loading…
Reference in a new issue