mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 09:30:32 +01:00
Enable forgejo on beleth
This commit is contained in:
parent
4b69c8d811
commit
692f64fe65
|
@ -14,6 +14,7 @@ with lib; {
|
|||
./transmission.nix
|
||||
./lanrarari.nix
|
||||
./uptime.nix
|
||||
./git.nix
|
||||
../../gc.nix
|
||||
../../../common
|
||||
];
|
||||
|
|
6
hosts/x86_64-linux/beleth/git.nix
Normal file
6
hosts/x86_64-linux/beleth/git.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{lib, inputs, ...}:
|
||||
{
|
||||
services.forgejo = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue