Files
nixos-blueprint/hosts/dunamis/networking.nix
2025-03-28 22:53:08 +02:00

7 lines
86 B
Nix

{
networking = {
networkmanager.enable = true;
hostName = "dunamis";
};
}