aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-12-29 15:08:24 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-12-29 15:08:24 +0200
commitfd6e6d96a8f9048676af65fa027f41de9fee9b95 (patch)
treef75293e5b04f8555996c2b147146beefecc563e5 /roles
parentbf0f8149fad06990f166d630f33a9a4d3c525d10 (diff)
downloadnixos-fd6e6d96a8f9048676af65fa027f41de9fee9b95.tar.zst
Add nixindex and nixld
Diffstat (limited to 'roles')
-rw-r--r--roles/shared.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/shared.nix b/roles/shared.nix
index be39a35..45a092d 100644
--- a/roles/shared.nix
+++ b/roles/shared.nix
@@ -450,6 +450,8 @@
};
programs = {
+ nix-ld.enable = true;
+ nix-index.enable = true;
ssh = {
extraConfig = ''
Compression = yes