solve compilation errors
This commit is contained in:
parent
2ca6339fe6
commit
0689c338ac
1 changed files with 4 additions and 2 deletions
|
@ -11,8 +11,10 @@ in
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
${namespace}.services.virtualisation.podman.enable = true;
|
||||
${namespace}.services.persistance.postgresql.enable = true;
|
||||
${namespace}.services = {
|
||||
persistance.postgresql.enable = true;
|
||||
virtualisation.podman.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ forgejo ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue