[NixOS] Add postgres configuration

This commit is contained in:
2024-01-03 13:45:20 -07:00
parent a75824ee2a
commit 18ef010bf1
3 changed files with 21 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
port = 3090;
};
modules.gitea-runner.enable = true;
modules.postgres.enable = true;
boot.loader.systemd-boot.configurationLimit = 5;