diff options
Diffstat (limited to 'srv/hadante')
| -rw-r--r-- | srv/hadante/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/srv/hadante/configuration.nix b/srv/hadante/configuration.nix index 7c4da23..bcaee00 100644 --- a/srv/hadante/configuration.nix +++ b/srv/hadante/configuration.nix @@ -116,6 +116,10 @@ in nixpkgs.config.allowUnfree = true; programs = { + nix-ld = { + enable = true; + libraries = with pkgs; [ ]; + }; firefox.enable = true; gnupg.agent = { |
