tsuki: add postgres to environment
This commit is contained in:
parent
95c877e82e
commit
1eefc118bf
|
@ -30,4 +30,6 @@
|
||||||
location = "${config.machineVars.dataDrives.drives.backup}/postgres";
|
location = "${config.machineVars.dataDrives.drives.backup}/postgres";
|
||||||
backupAll = true;
|
backupAll = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = [ config.services.postgresql.package ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue