forked from nyanloutre/nixos-config
fix gitea for offline use
This commit is contained in:
parent
d1b5f85fb3
commit
50ee8138ea
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue