1
0
Fork 0

attic: Optimize IPs via /etc/hosts

This commit is contained in:
Daniel Kempkens 2023-04-10 22:13:54 +02:00
parent c7febcb3c7
commit edc15bd00c
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 8 additions and 0 deletions

View file

@ -73,6 +73,10 @@ in
networking = {
hostName = "attic";
useNetworkd = true;
extraHosts = ''
127.0.0.1 attic.cache.daniel.sx
'';
};
systemd.network = {

View file

@ -102,6 +102,10 @@ in
networking = {
hostName = "sail";
useNetworkd = true;
extraHosts = ''
10.99.99.4 attic.cache.daniel.sx
'';
};
systemd.network = {