diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-29 15:08:24 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-29 15:08:24 +0200 |
| commit | fd6e6d96a8f9048676af65fa027f41de9fee9b95 (patch) | |
| tree | f75293e5b04f8555996c2b147146beefecc563e5 /roles | |
| parent | bf0f8149fad06990f166d630f33a9a4d3c525d10 (diff) | |
| download | nixos-fd6e6d96a8f9048676af65fa027f41de9fee9b95.tar.zst | |
Add nixindex and nixld
Diffstat (limited to '')
| -rw-r--r-- | roles/shared.nix | 2 |
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 |
