reNixos/s0melapt0p-nix/networking/hosts.nix
2025-04-27 12:47:02 +03:00

7 lines
85 B
Nix

{...}: {
networking = {
hosts = {
# Nope
};
};
}