forked from fi/nix-infra
Add jackett config and generate colmena hosts from attribute set
This commit is contained in:
parent
682af9276c
commit
64d9dbd4b0
9 changed files with 46 additions and 48 deletions
14
hosts/nixos-coturn/configuration.nix
Normal file
14
hosts/nixos-coturn/configuration.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ ... }:
|
||||
{
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
device = "/dev/vda";
|
||||
};
|
||||
|
||||
networking = {
|
||||
hostName = "coturn";
|
||||
firewall.enable = false;
|
||||
};
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue