summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-04-01 21:10:25 -0400
committerSeth Flynn <[email protected]>2025-04-01 21:10:35 -0400
commitd809271f32b47c0a71aed30c879387f808037c05 (patch)
tree56c4f8d24f83bc95e71f4712233f8ccb25bfc560 /systems
parent3ac8343c525cfcafe1ab72fe1e92d728a58acd48 (diff)
glados-wsl: enable guix
Diffstat (limited to 'systems')
-rw-r--r--systems/glados-wsl/default.nix5
1 files changed, 5 insertions, 0 deletions
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;
};