Cleanup old stuff
parent
a8e15efa13
commit
df3c13c010
|
@ -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 = { };
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
{
|
|
||||||
imports = [ ../services/sonarr.nix ];
|
|
||||||
|
|
||||||
networking.hostName = "nix-test";
|
|
||||||
system.stateVersion = "24.05";
|
|
||||||
}
|
|
Loading…
Reference in New Issue