From 567f8ca40570eee43e275cd2e8f82a7ca65af644 Mon Sep 17 00:00:00 2001 From: k Date: Sat, 13 Dec 2025 19:05:29 +0000 Subject: [PATCH] add docker --- hosts/desktop/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index dcc614d..4cc1330 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -18,6 +18,9 @@ boot.kernelParams = [ "amdgpu.ppfeaturemask=0xfff7ffff" "amdgpu.gpu_recovery=1" ]; services.openssh = {enable = true;}; + virtualisation.docker.enable = true; + virtualisation.docker.storageDriver = "btrfs"; + networking = { hostName = "desktop";