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";