nixos-configs/hosts/vm/hugo/default.nix

4 lines
45 B
Nix
Raw Normal View History

{ ... }: {
networking.hostName = "hugo";
}