nix-infra/config/hosts/jackett/configuration.nix

15 lines
197 B
Nix
Raw Normal View History

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