From ea0457a8afc4f5458753ec4c61d219a387cc5d79 Mon Sep 17 00:00:00 2001 From: Frank LoTurco Date: Sun, 16 Aug 2026 12:26:56 -0400 Subject: [PATCH] nixos: enable docker --- hosts/nero/configuration.nix | 1 + hosts/shared/nixos.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/hosts/nero/configuration.nix b/hosts/nero/configuration.nix index 8a6fe8d..9f64210 100644 --- a/hosts/nero/configuration.nix +++ b/hosts/nero/configuration.nix @@ -26,6 +26,7 @@ in boot = { kernelParams = [ "vfio-pci.ids=10de:2782,10de:22bc" + "video=DP=-3:1024x768@85" ]; }; diff --git a/hosts/shared/nixos.nix b/hosts/shared/nixos.nix index 0871758..fbd1775 100644 --- a/hosts/shared/nixos.nix +++ b/hosts/shared/nixos.nix @@ -252,6 +252,7 @@ in }; virtualisation = { + docker.enable = true; spiceUSBRedirection.enable = true; libvirtd = { @@ -286,6 +287,7 @@ in "libvirtd" "input" "video" + "docker" ]; };