mirror of
https://github.com/kmein/niveum
synced 2026-03-22 12:51:08 +01:00
feat: convert inputs to flakes
This commit is contained in:
@@ -41,13 +41,13 @@ in {
|
||||
};
|
||||
passwordFile = config.age.secrets.restic.path;
|
||||
paths = [
|
||||
"/var/lib/codimd"
|
||||
config.services.postgresqlBackup.location
|
||||
config.services.nextcloud.home
|
||||
config.services.grafana.dataDir
|
||||
config.services.gitea.stateDir
|
||||
config.services.weechat.root
|
||||
"/var/lib/weechat"
|
||||
"/var/lib/nextcloud"
|
||||
"/var/lib/grafana"
|
||||
"/var/lib/gitea"
|
||||
"/var/lib/redis"
|
||||
"/var/lib/codimd"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user