dotfiles.nix/profiles/local.nix

8 lines
173 B
Nix
Raw Normal View History

2021-01-11 04:44:24 +00:00
{ config, ... }: {
networking.hosts = {
"192.168.1.246" = [ "gagarin.local" ];
2021-01-11 08:27:33 +00:00
"192.168.1.250" = [ "vostok-1.local" ];
2021-01-11 04:44:24 +00:00
"192.168.1.165" = [ "pi.hole" ];
};
}