mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 07:09:22 +08:00
vps7: enable freshrss
This commit is contained in:
@@ -394,6 +394,7 @@
|
||||
beesd = { enable = true; instances.root = { device = "/"; hashTableSizeMB = 1024; }; };
|
||||
photoprism.enable = true;
|
||||
nextcloud.enable = true;
|
||||
freshrss.enable = true;
|
||||
};
|
||||
};})
|
||||
];
|
||||
|
||||
@@ -20,7 +20,7 @@ inputs:
|
||||
database =
|
||||
{
|
||||
type = "mysql";
|
||||
passFile = inputs.config.sops.secrets."freshrss/mysql".path;
|
||||
passFile = inputs.config.sops.secrets."freshrss/db".path;
|
||||
};
|
||||
};
|
||||
sops.secrets =
|
||||
|
||||
Reference in New Issue
Block a user