diff options
| -rw-r--r-- | systems/common.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/common.nix b/systems/common.nix index f0b0384..9271b20 100644 --- a/systems/common.nix +++ b/systems/common.nix @@ -34,6 +34,8 @@ in { sethPassword.file = secretsDir + "/sethPassword.age"; }; }; + + services.nixseparatedebuginfod.enable = true; }) ]; |
