mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-04-14 22:31:46 +04:00
add git hosting
This commit is contained in:
parent
70e965c63f
commit
778ad87a8a
6 changed files with 55 additions and 25 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue