solve compilation errors

This commit is contained in:
Chris Kruining 2025-09-07 18:12:08 +02:00
parent 2ca6339fe6
commit 0689c338ac
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg

View file

@ -11,8 +11,10 @@ in
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
${namespace}.services.virtualisation.podman.enable = true; ${namespace}.services = {
${namespace}.services.persistance.postgresql.enable = true; persistance.postgresql.enable = true;
virtualisation.podman.enable = true;
};
environment.systemPackages = with pkgs; [ forgejo ]; environment.systemPackages = with pkgs; [ forgejo ];