nginx & jellyfin modularized
This commit is contained in:
14
modules/servers/docker.nix
Normal file
14
modules/servers/docker.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ ... }: {
|
||||
virtualization = {
|
||||
oci-containers.backend = "docker";
|
||||
docker = {
|
||||
enable = true;
|
||||
enableNvidia = true;
|
||||
autoPrune = {
|
||||
enable = true;
|
||||
flags = [ "--all" ];
|
||||
dates = "weekly";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user