Add jackett config and generate colmena hosts from attribute set

This commit is contained in:
fi 2023-07-16 02:00:44 +02:00
parent 682af9276c
commit 64d9dbd4b0
Signed by: fi
SSH key fingerprint: SHA256:d+6fQoDPMbSFK95zRVflRKZLRKF4cPSQb7VIxYkhFsA
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;