From 1c8e7e9b9339336e4d64cd74b010cb1b7ae9f1de Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Sat, 23 Mar 2024 22:45:11 +0100 Subject: [PATCH] [monero] Disable --- nixos/hosts/Tibo-NixFat/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/hosts/Tibo-NixFat/default.nix b/nixos/hosts/Tibo-NixFat/default.nix index 3d9205c..87186d4 100644 --- a/nixos/hosts/Tibo-NixFat/default.nix +++ b/nixos/hosts/Tibo-NixFat/default.nix @@ -34,7 +34,6 @@ }; services = { - monero.enable = true; pipewire.enable = true; tailscale.enable = true; }; @@ -42,7 +41,7 @@ users.tdpeuter.enable = true; virtualisation = { - qemu.enable = true; + docker.enable = true; virtualbox.enable = true; }; };