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