9 lines
215 B
Nix
9 lines
215 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.postgresql.enable = true;
|
|
|
|
# TODO: remove when bug fux
|
|
# Workaround for upstream bug in NetworkManager-wait-online.service
|
|
systemd.services.NetworkManager-wait-online.enable = false;
|
|
}
|