demo is on

This commit is contained in:
Polen 2025-12-30 15:58:03 -05:00
parent 0c4017ab15
commit bd4a86c52b
3 changed files with 114 additions and 4 deletions

View file

@ -1,5 +1,5 @@
{ pkgs, lib, ... }: {
imports = [
];
{...}: {
imports = [
./pocketbase.nix
];
}