From 50ee8138ea0e504cac5878ce891b5c2bc855d59e Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Thu, 22 Feb 2024 13:32:38 +0100 Subject: [PATCH] fix gitea for offline use --- systems/LoutreOS/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systems/LoutreOS/configuration.nix b/systems/LoutreOS/configuration.nix index e9de815..56c7864 100644 --- a/systems/LoutreOS/configuration.nix +++ b/systems/LoutreOS/configuration.nix @@ -48,6 +48,10 @@ hostName = "loutreos"; # Define your hostname. hostId = "7e66e347"; + hosts = { + "127.0.0.1" = [ "gitea.nyanlout.re" ]; + }; + useNetworkd = true; useDHCP = false;