pochita add forgejo
This commit is contained in:
parent
5e18abfe4b
commit
c677b18996
1 changed files with 5 additions and 3 deletions
|
|
@ -25,9 +25,11 @@
|
||||||
|
|
||||||
i18n.inputMethod.enable = lib.mkForce false; # no need for japanese input method
|
i18n.inputMethod.enable = lib.mkForce false; # no need for japanese input method
|
||||||
|
|
||||||
# enable hyprland
|
# enable forgejo
|
||||||
# programs.hyprland.enable = true;
|
services.forgejo = {
|
||||||
|
enable = true;
|
||||||
|
# port = 8080;
|
||||||
|
};
|
||||||
networking.hostName = "pochita";
|
networking.hostName = "pochita";
|
||||||
# log of shame: osbm blamed nix when he wrote "hostname" instead of "hostName"
|
# log of shame: osbm blamed nix when he wrote "hostname" instead of "hostName"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue