more stuffies

This commit is contained in:
blahai 2025-02-02 22:07:33 +02:00
parent d6c098bbbe
commit f38cce9ed5
No known key found for this signature in database
9 changed files with 105 additions and 107 deletions

5
modules/home/default.nix Normal file
View file

@ -0,0 +1,5 @@
{
imports = [
./docs.nix
];
}

10
modules/home/docs.nix Normal file
View file

@ -0,0 +1,10 @@
{lib, ...}: let
inherit (lib.attrsets) mapAttrs;
inherit (lib.modules) mkForce;
in {
manual = mapAttrs (_: mkForce) {
html.enable = false;
json.enable = false;
manpages.enable = false;
};
}

View file

@ -78,7 +78,7 @@ in {
SSH_PORT = 22;
SSH_LISTEN_PORT = 22;
BUILTIN_SSH_SERVER_USER = "git";
BUILTIN_SSH_SERVER_USER = "forgejo";
};
ui = {