nrec-nixos02: add Pocket ID with Caddy reverse proxy
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
Run nix flake check / flake-check (pull_request) Has been cancelled

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-08 18:11:49 +01:00
parent 01906e81f9
commit a27e2ec213
3 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{ modulesPath, ... }:
{
imports = [
./configuration.nix
../../system/packages.nix
(modulesPath + "/profiles/qemu-guest.nix")
];
}