Add jackett config and generate colmena hosts from attribute set

This commit is contained in:
yuri 2023-07-16 02:00:44 +02:00
parent 616d7543ca
commit 8eb9538485
9 changed files with 46 additions and 48 deletions

View file

@ -1,10 +1,9 @@
{ config, pkgs, ... }:
{ ... }:
{
imports = [
./hardware-configuration.nix
./jackett.nix
];
boot.loader.grub = {
enable = true;
device = "/dev/vda";
};
networking = {
hostName = "jackett";

View file

@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./configuration.nix
./jackett.nix
];
}