Files
nixos-dotfiles/modules/networking/test-kvm.nix
2025-07-22 02:30:15 +02:00

9 lines
79 B
Nix

{
...
}@attrs:
{
networking = {
hostName = "${attrs.hostname}";
};
}