forked from fabian/nix_config
add forgejo module
This commit is contained in:
parent
0473f830f6
commit
1c2b67ba0c
3 changed files with 77 additions and 0 deletions
10
nixos/services/default.nix
Normal file
10
nixos/services/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./forgejo
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue