hosts: move miniflux from poseidon to hades
This commit is contained in:
parent
e635fec1f9
commit
4f96a73d49
|
@ -57,6 +57,12 @@ in {
|
||||||
my.services = {
|
my.services = {
|
||||||
fail2ban.enable = true;
|
fail2ban.enable = true;
|
||||||
|
|
||||||
|
miniflux = {
|
||||||
|
enable = true;
|
||||||
|
adminCredentialsFile = config.age.secrets."miniflux/admin-credentials".path;
|
||||||
|
privatePort = 8080;
|
||||||
|
};
|
||||||
|
|
||||||
restic-backup = {
|
restic-backup = {
|
||||||
enable = true;
|
enable = true;
|
||||||
repo = "b2:hades-backup-alarsyo";
|
repo = "b2:hades-backup-alarsyo";
|
||||||
|
|
|
@ -13,6 +13,8 @@
|
||||||
// attrs;
|
// attrs;
|
||||||
in
|
in
|
||||||
lib.mapAttrs toSecret {
|
lib.mapAttrs toSecret {
|
||||||
|
"miniflux/admin-credentials" = {};
|
||||||
|
|
||||||
"restic-backup/hades-credentials" = {};
|
"restic-backup/hades-credentials" = {};
|
||||||
"restic-backup/hades-password" = {};
|
"restic-backup/hades-password" = {};
|
||||||
|
|
||||||
|
|
|
@ -96,12 +96,6 @@ in {
|
||||||
port = 8083;
|
port = 8083;
|
||||||
};
|
};
|
||||||
|
|
||||||
miniflux = {
|
|
||||||
enable = true;
|
|
||||||
adminCredentialsFile = config.age.secrets."miniflux/admin-credentials".path;
|
|
||||||
privatePort = 8080;
|
|
||||||
};
|
|
||||||
|
|
||||||
matrix = {
|
matrix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
secretConfigFile = config.age.secrets."matrix-synapse/secret-config".path;
|
secretConfigFile = config.age.secrets."matrix-synapse/secret-config".path;
|
||||||
|
|
|
@ -21,8 +21,6 @@
|
||||||
owner = "matrix-synapse";
|
owner = "matrix-synapse";
|
||||||
};
|
};
|
||||||
|
|
||||||
"miniflux/admin-credentials" = {};
|
|
||||||
|
|
||||||
"nextcloud/admin-pass" = {
|
"nextcloud/admin-pass" = {
|
||||||
owner = "nextcloud";
|
owner = "nextcloud";
|
||||||
};
|
};
|
||||||
|
|
Binary file not shown.
|
@ -17,7 +17,7 @@ in {
|
||||||
|
|
||||||
"matrix-synapse/secret-config.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];
|
"nextcloud/admin-pass.age".publicKeys = [alarsyo poseidon];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue