nixos/hosts/mu/hosts.nix

8 lines
87 B
Nix
Raw Normal View History

2023-10-08 17:51:37 +02:00
{ ... }: {
networking.hosts = {
"127.0.0.1" = [
# not in git
];
};
}