add git hosting

This commit is contained in:
kp2pml30 2025-03-03 06:27:50 +04:00
parent 70e965c63f
commit 778ad87a8a
6 changed files with 55 additions and 25 deletions

View file

@ -18,6 +18,8 @@ in {
nginx = lib.mkEnableOption "";
forgejo = lib.mkEnableOption "";
sitePath = lib.mkOption {
type = lib.types.str;
};
@ -28,6 +30,7 @@ in {
./nginx.nix
./boot.nix
./site.nix
./forgejo.nix
];
config = {