add /etc/hosts to all servers
This commit is contained in:
parent
a4bb7508a8
commit
0f238f912d
2 changed files with 8 additions and 0 deletions
|
@ -49,4 +49,11 @@
|
||||||
# -----------------------------
|
# -----------------------------
|
||||||
programs.vim.defaultEditor = true;
|
programs.vim.defaultEditor = true;
|
||||||
|
|
||||||
|
# extra hosts
|
||||||
|
# /etc/hosts
|
||||||
|
networking.extraHosts = ''
|
||||||
|
${config.module.cluster.services.tinc.private.hosts.robi.tincIp} transmission.robi.private
|
||||||
|
'';
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,6 +55,7 @@ in
|
||||||
# to browse logs better
|
# to browse logs better
|
||||||
lnav
|
lnav
|
||||||
|
|
||||||
|
nix-tree
|
||||||
nixos-option
|
nixos-option
|
||||||
|
|
||||||
storepath
|
storepath
|
||||||
|
|
Loading…
Reference in a new issue