declare rootless docker for 'andromache' host
This commit is contained in:
@@ -37,6 +37,7 @@ in
|
|||||||
inherit inputs;
|
inherit inputs;
|
||||||
inherit config;
|
inherit config;
|
||||||
})
|
})
|
||||||
|
../../modules/docker.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
secrets.username = username;
|
secrets.username = username;
|
||||||
|
|||||||
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