From bd64afd9867d2793385b27ec6130a928eb99ca16 Mon Sep 17 00:00:00 2001 From: Nydragon Date: Wed, 17 Jul 2024 00:41:01 +0200 Subject: [PATCH] feat: start docker on boot for styrak --- hosts/styrak/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/styrak/configuration.nix b/hosts/styrak/configuration.nix index 921a651..9ed88ec 100644 --- a/hosts/styrak/configuration.nix +++ b/hosts/styrak/configuration.nix @@ -1,6 +1,5 @@ { modulesPath, - config, lib, pkgs, ... @@ -10,6 +9,7 @@ (modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/profiles/qemu-guest.nix") ./disk-config.nix + ../../modules/nix ]; boot.loader.grub = { # no need to set devices, disko will add all devices that have a EF02 partition to the list already @@ -29,7 +29,7 @@ ]; virtualisation.docker = { - enableOnBoot = false; + enableOnBoot = true; rootless = { enable = true; setSocketVariable = true;