draft: postgres in container

This commit is contained in:
Luka Dekanozishvili 2026-01-26 22:16:26 +01:00
parent 181e6f681e
commit f48059e37e
9 changed files with 327 additions and 103 deletions

View file

@ -7,6 +7,10 @@
networking.hostName = "hexname-ns1";
environment.systemPackages = with pkgs; [
hexname-backend
];
users.users = {
luka = {
isNormalUser = true;