home lab init
This commit is contained in:
commit
7278922625
65 changed files with 27336 additions and 0 deletions
6
nixos/hosts/forgejo/networking.nix
Normal file
6
nixos/hosts/forgejo/networking.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, lib, pkgs, ... }: {
|
||||
|
||||
networking = {
|
||||
hostName = "forgejo";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue