dotfiles.nix/profiles/local.nix

7 lines
129 B
Nix
Raw Normal View History

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