From d809271f32b47c0a71aed30c879387f808037c05 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Tue, 1 Apr 2025 21:10:25 -0400 Subject: glados-wsl: enable guix --- systems/glados-wsl/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/systems/glados-wsl/default.nix b/systems/glados-wsl/default.nix index 3245eaf..188df5b 100644 --- a/systems/glados-wsl/default.nix +++ b/systems/glados-wsl/default.nix @@ -24,6 +24,11 @@ nixpkgs.hostPlatform = "x86_64-linux"; services = { + guix = { + enable = true; + gc.enable = true; + }; + tailscale.enable = false; }; -- cgit v1.2.3