feat: enable nix-ld in workstation module

This commit is contained in:
2026-03-08 01:42:22 +01:00
parent 38ba80c08b
commit 9575e785fa

View File

@@ -12,6 +12,8 @@
};
config = lib.mkIf config.workstation.enable {
programs.nix-ld.enable = true;
virtualisation.docker = {
enable = true;
logDriver = "json-file";