nixos/hosts/mu/hosts.nix
2024-03-05 22:57:41 +01:00

8 lines
85 B
Nix

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