Enabled docker

This commit is contained in:
Alejandro Angulo 2023-06-05 18:25:59 -07:00
parent 7da4bb3128
commit 1b9a2cc6d3
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -38,6 +38,14 @@
system.monitoring.enable = true;
};
virtualisation.docker = {
enable = true;
rootless = {
enable = true;
setSocketVariable = true;
};
};
boot.binfmt.emulatedSystems = ["aarch64-linux" "armv6l-linux"];
networking = {
hostName = "gospel";