declare rootless docker for 'andromache' host
This commit is contained in:
9
modules/docker.nix
Normal file
9
modules/docker.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
virtualisation.docker = {
|
||||
enable = false;
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user