fixed gnome login issue

This commit is contained in:
2025-08-02 20:44:27 -05:00
parent 79d1321f9e
commit bcbd8a1009
26 changed files with 2435 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
{ config, pkgs, lib, ... }:
{
systemd.services.postgresql.postStart = lib.mkForce '''';
}