nixos/modules/default.nix
2025-12-30 15:58:03 -05:00

5 lines
51 B
Nix

{...}: {
imports = [
./pocketbase.nix
];
}