kekl
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
virtualisation = {
|
||||
oci-containers = {
|
||||
backend = "docker";
|
||||
};
|
||||
docker = {
|
||||
enable = true;
|
||||
enableOnBoot = true;
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
imports = [
|
||||
./gluetun.nix
|
||||
./qbittorrent.nix
|
||||
./jdownloader.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user