Cleanup old stuff

main
kalle 2025-02-05 20:10:24 +01:00
parent a8e15efa13
commit df3c13c010
2 changed files with 0 additions and 19 deletions

View File

@ -1,12 +0,0 @@
{ ... }:
{
# Enable the sonarr service
services.sonarr = {
enable = true;
openFirewall = true;
group = "media";
};
# Ensure that the media group exists
users.groups.media = { };
}

View File

@ -1,7 +0,0 @@
{ ... }:
{
imports = [ ../services/sonarr.nix ];
networking.hostName = "nix-test";
system.stateVersion = "24.05";
}