dotfiles.nix/profiles/local.nix

8 lines
173 B
Nix

{ config, ... }: {
networking.hosts = {
"192.168.1.246" = [ "gagarin.local" ];
"192.168.1.250" = [ "vostok-1.local" ];
"192.168.1.165" = [ "pi.hole" ];
};
}