Enabled guix

This commit is contained in:
2026-01-06 09:53:36 +00:00
parent c3ba099953
commit 0c7a0e0414

View File

@@ -32,6 +32,9 @@
# Enable flatpaks
flatpak.enable = true;
# Add guix, as it is a common tool for reproducibility in comp sci
guix.enable = true;
# Enable the OpenSSH daemon and other remote tools.
openssh.enable = true;