+2
-5
nixos/modules/services/web-apps/lemmy.nix
+2
-5
nixos/modules/services/web-apps/lemmy.nix
···-localPostgres = (cfg.settings.database.host == "localhost" || cfg.settings.database.host == "/run/postgresql");······+assertion = cfg.database.createLocally -> cfg.settings.database.host == "localhost" || cfg.settings.database.host == "/run/postgresql";