feat: enable nix-ld in workstation module
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
};
|
||||
|
||||
config = lib.mkIf config.workstation.enable {
|
||||
programs.nix-ld.enable = true;
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
logDriver = "json-file";
|
||||
|
||||
Reference in New Issue
Block a user