Add the docker role to all relevant roles

I need this especially for lazydocker
This commit is contained in:
Andreas Zweili 2022-11-02 15:42:49 +01:00
parent fa35a3271c
commit 77ac872435
3 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,8 @@
{ ... }:
{
imports = [
"${inputs.self}/modules/docker"
];
virtualisation.oci-containers = {
backend = "docker";
containers."heimdall" = {

View File

@ -1,5 +1,8 @@
{ inputs, config ? { }, ... }:
{
imports = [
"${inputs.self}/modules/docker"
];
age.secrets.plexClaim.file = "${inputs.self}/scrts/plex_claim.age";
networking = {
firewall.allowedTCPPorts = [

View File

@ -3,6 +3,9 @@ let
whitelist = builtins.toFile "whitelist.txt" ''*'';
in
{
imports = [
"${inputs.self}/modules/docker"
];
virtualisation.oci-containers = {
backend = "docker";
containers."rss-brige" = {