6 lines
81 B
Nix
6 lines
81 B
Nix
{ config, lib, pkgs, ... }: {
|
|
|
|
networking = {
|
|
hostName = "forgejo";
|
|
};
|
|
}
|