nix-dots/modules/hosts.nix

6 lines
68 B
Nix

{
networking.hosts = {
"150.136.162.107" = ["oracle"];
};
}