diff options
| author | seth <[email protected]> | 2024-01-19 03:09:26 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-01-19 03:09:26 -0500 |
| commit | bf46d915701cadf9cd14c858406ea59d9ae20290 (patch) | |
| tree | 20a3b84545aee444cc2745dc204aab227f28f27d | |
| parent | 9bb1475d92d828535713f0ea1b07ba2abd89769b (diff) | |
systems/personal: enable nixseparatedebuginfod
| -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; }) ]; |
