tsuki: add postgres to environment

main
Oystein Kristoffer Tveit 2023-02-25 19:06:06 +01:00
parent 95c877e82e
commit 1eefc118bf
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 2 additions and 0 deletions

View File

@ -30,4 +30,6 @@
location = "${config.machineVars.dataDrives.drives.backup}/postgres";
backupAll = true;
};
environment.systemPackages = [ config.services.postgresql.package ];
}