nix-infra/hosts/nixos-coturn/configuration.nix

15 lines
196 B
Nix
Raw Normal View History

2023-07-15 23:29:19 +02:00
{ ... }:
2023-07-10 15:30:51 +02:00
{
boot.loader.grub = {
enable = true;
device = "/dev/vda";
};
networking = {
hostName = "coturn";
firewall.enable = false;
};
system.stateVersion = "23.05";
}