Add jackett config and generate colmena hosts from attribute set

This commit is contained in:
fi 2024-11-20 05:46:39 +01:00
parent 89b86bcea5
commit 8de4bc39aa
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
];
}

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ ... }:
{
boot.loader.grub = {
enable = true;