base flake.nix and example

This commit is contained in:
satr14washere 2026-03-21 19:13:53 +07:00
commit 0015313795
4 changed files with 105 additions and 7 deletions

5
domains/satr14.nix Normal file
View file

@ -0,0 +1,5 @@
{ ... }: let
owner.username = "satr14washere";
in {
CNAME = "5th-site.pages.dev";
}