feat: old changes
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
732430784a
commit
2c33b70c3b
2 changed files with 7 additions and 7 deletions
|
|
@ -3,8 +3,7 @@
|
|||
inputs,
|
||||
outputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
}: {
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.catppuccin.nixosModules.catppuccin
|
||||
|
|
@ -17,7 +16,7 @@
|
|||
];
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.extraSpecialArgs = { inherit inputs outputs; };
|
||||
home-manager.extraSpecialArgs = {inherit inputs outputs;};
|
||||
|
||||
networking.nameservers = [
|
||||
"9.9.9.9"
|
||||
|
|
|
|||
|
|
@ -28,10 +28,6 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
services.flaresolverr = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
services.radarr = {
|
||||
enable = true;
|
||||
group = "multimedia";
|
||||
|
|
@ -49,4 +45,9 @@
|
|||
download-dir = "/data/media/torrent";
|
||||
};
|
||||
};
|
||||
|
||||
services.sabnzbd = {
|
||||
enable = true;
|
||||
group = "multimedia";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue