forgejo: init very little config

This commit is contained in:
Christoph Hollizeck 2024-11-06 13:55:24 +01:00
parent 08a1e422a8
commit 804f6b6866
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 1763BB530F50279E

View file

@ -10,6 +10,8 @@ in
{
imports = [ ./hardware.nix ];
environment.systemPackages = [ pkgs.forgejo-cli ];
services.openssh = {
enable = true;
settings = {
@ -18,6 +20,11 @@ in
};
};
services.forgejo = {
enable = true;
lfs.enable = true;
};
${namespace} = {
submodules = {
basics = enabled;