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/Beryllium.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'Omni/Dev/Beryllium.nix') diff --git a/Omni/Dev/Beryllium.nix b/Omni/Dev/Beryllium.nix index 50dd652..0327822 100755 --- a/Omni/Dev/Beryllium.nix +++ b/Omni/Dev/Beryllium.nix @@ -8,6 +8,7 @@ bild.os { ./Beryllium/Configuration.nix ./Beryllium/Hardware.nix ./Beryllium/Ollama.nix + ./Docker.nix ./Vpn.nix ]; networking.hostName = "beryllium"; -- cgit v1.2.3