summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2024-01-19 03:09:26 -0500
committerseth <[email protected]>2024-01-19 03:09:26 -0500
commitbf46d915701cadf9cd14c858406ea59d9ae20290 (patch)
tree20a3b84545aee444cc2745dc204aab227f28f27d
parent9bb1475d92d828535713f0ea1b07ba2abd89769b (diff)
systems/personal: enable nixseparatedebuginfod
-rw-r--r--systems/common.nix2
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;
})
];