Enabled docker
This commit is contained in:
parent
7da4bb3128
commit
1b9a2cc6d3
|
@ -38,6 +38,14 @@
|
||||||
system.monitoring.enable = true;
|
system.monitoring.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
virtualisation.docker = {
|
||||||
|
enable = true;
|
||||||
|
rootless = {
|
||||||
|
enable = true;
|
||||||
|
setSocketVariable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
boot.binfmt.emulatedSystems = ["aarch64-linux" "armv6l-linux"];
|
boot.binfmt.emulatedSystems = ["aarch64-linux" "armv6l-linux"];
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "gospel";
|
hostName = "gospel";
|
||||||
|
|
Loading…
Reference in a new issue