mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:46:34 +01:00
add extrahosts
This commit is contained in:
parent
59f8c7a2a6
commit
54cb047456
1 changed files with 5 additions and 0 deletions
|
@ -68,6 +68,11 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.nix-daemon.serviceConfig.LimitNOFILE = lib.mkForce 1048576000;
|
systemd.services.nix-daemon.serviceConfig.LimitNOFILE = lib.mkForce 1048576000;
|
||||||
|
|
||||||
|
networking.extraHosts = ''
|
||||||
|
192.168.191.46 zap
|
||||||
|
192.168.191.142 kuraokami
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue