From 1b9a2cc6d3cb3df58227358eeff3b8f46be0b5f1 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Mon, 5 Jun 2023 18:25:59 -0700 Subject: [PATCH] Enabled docker --- systems/x86_64-linux/gospel/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/systems/x86_64-linux/gospel/default.nix b/systems/x86_64-linux/gospel/default.nix index fa35bd1..fc14401 100644 --- a/systems/x86_64-linux/gospel/default.nix +++ b/systems/x86_64-linux/gospel/default.nix @@ -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";