fix gitea for offline use

This commit is contained in:
nyanloutre 2024-02-22 13:32:38 +01:00
parent d1b5f85fb3
commit 50ee8138ea
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@
hostName = "loutreos"; # Define your hostname. hostName = "loutreos"; # Define your hostname.
hostId = "7e66e347"; hostId = "7e66e347";
hosts = {
"127.0.0.1" = [ "gitea.nyanlout.re" ];
};
useNetworkd = true; useNetworkd = true;
useDHCP = false; useDHCP = false;