nix-infra/hosts/web-public-2/configuration.nix

15 lines
203 B
Nix

{ ... }:
{
boot.loader.grub = {
enable = true;
device = "/dev/vda";
};
networking = {
hostName = "web-public-02";
firewall.enable = false;
};
system.stateVersion = "23.05";
}