mirror of
https://forge.katzen.cafe/katzen-cafe/katzen-cafe.git
synced 2024-11-05 23:46:22 +01:00
8 lines
81 B
Nix
8 lines
81 B
Nix
{ pkgs, ... }:
|
|
{
|
|
imports = [
|
|
./postgres.nix
|
|
./phtanumb-wiki.nix
|
|
];
|
|
}
|