nixos/hosts/mu/hosts.nix
2023-10-09 13:49:57 +02:00

8 lines
87 B
Nix

{ ... }: {
networking.hosts = {
"127.0.0.1" = [
# not in git
];
};
}