mirror of
https://github.com/blahai/nyx.git
synced 2025-06-08 18:13:03 -04:00
more stuffies
This commit is contained in:
parent
d6c098bbbe
commit
f38cce9ed5
9 changed files with 105 additions and 107 deletions
5
modules/home/default.nix
Normal file
5
modules/home/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./docs.nix
|
||||
];
|
||||
}
|
10
modules/home/docs.nix
Normal file
10
modules/home/docs.nix
Normal 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;
|
||||
};
|
||||
}
|
|
@ -78,7 +78,7 @@ in {
|
|||
|
||||
SSH_PORT = 22;
|
||||
SSH_LISTEN_PORT = 22;
|
||||
BUILTIN_SSH_SERVER_USER = "git";
|
||||
BUILTIN_SSH_SERVER_USER = "forgejo";
|
||||
};
|
||||
|
||||
ui = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue