feat: Zerotier hosts file
This commit is contained in:
parent
a2933fd948
commit
15d38facce
2 changed files with 12 additions and 0 deletions
|
@ -10,4 +10,15 @@
|
|||
|
||||
};
|
||||
|
||||
networking.extraHosts =
|
||||
''
|
||||
192.168.194.109 planex.far
|
||||
192.168.194.210 farnsworth.far
|
||||
192.168.194.24 zapp.far
|
||||
192.168.194.240 vzbot.far
|
||||
192.168.194.34 amy.far
|
||||
192.168.194.38 cubert.far
|
||||
|
||||
'';
|
||||
|
||||
}
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
alejandra
|
||||
just
|
||||
vim
|
||||
wget
|
||||
|
|
Loading…
Add table
Reference in a new issue