From df8d881cd6adb972adf92b6397a6e297025e3172 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 21 Jan 2025 03:38:41 -0500 Subject: Enable docker support on Beryllium Apparently the driSupport is no longer needed, so I had to delete that. Anyway moving the Docker dev stuff to a centralized file should be helpful and ensure that it continues to work the same way across systems. --- Omni/Dev/Lithium/Configuration.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Omni/Dev/Lithium') diff --git a/Omni/Dev/Lithium/Configuration.nix b/Omni/Dev/Lithium/Configuration.nix index e050d48..5a80a24 100644 --- a/Omni/Dev/Lithium/Configuration.nix +++ b/Omni/Dev/Lithium/Configuration.nix @@ -36,14 +36,6 @@ in { programs.gnupg.agent.enableSSHSupport = true; programs.mosh.enable = true; - virtualisation.docker.enable = true; - virtualisation.docker.liveRestore = false; - virtualisation.libvirtd.enable = false; - virtualisation.virtualbox.host.enable = false; - virtualisation.virtualbox.host.headless = false; - virtualisation.virtualbox.host.addNetworkInterface = false; - virtualisation.virtualbox.guest.enable = false; - services.my-hoogle.enable = true; services.my-hoogle.port = ports.hoogle; services.my-hoogle.home = "//hoogle.simatime.com"; -- cgit v1.2.3