nix-infra/hosts/coturn/configuration.nix
2023-07-15 23:29:49 +02:00

15 lines
196 B
Nix

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