refactoring for isServer and isWorkstation: part 4

This commit is contained in:
William 2025-03-13 15:47:49 -03:00
parent 6addea64c4
commit a52ca12286
17 changed files with 300 additions and 239 deletions

View file

@ -3,7 +3,9 @@
{
services.postgresql.enable = true;
# TODO: remove when bug fux
# TODO: remove when bug fix
# serokell/deploy-rs/issues/57
# NixOS/nixpkgs/issues/180175
# Workaround for upstream bug in NetworkManager-wait-online.service
systemd.services.NetworkManager-wait-online.enable = false;
}