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