mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-12 15:10:11 -05:00
Rootless Docker?
This commit is contained in:
parent
0e7cd08cbc
commit
96a75430dd
1 changed files with 4 additions and 1 deletions
|
|
@ -14,6 +14,9 @@
|
||||||
pkgs.docker
|
pkgs.docker
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.rootless = {
|
||||||
|
enable = true;
|
||||||
|
setSocketVariable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue