diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-04-20 18:13:47 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-04-20 18:13:47 +0200 |
| commit | e8ad8f013528d1cf9fbee701f97aa90f52166812 (patch) | |
| tree | ad692a1ef1c952f165b0c6a242bd3b603c3b7f89 | |
| parent | 27fb52df80c1df5cf45084e17063e0f2cb105082 (diff) | |
| download | nix-infra-e8ad8f013528d1cf9fbee701f97aa90f52166812.tar.gz nix-infra-e8ad8f013528d1cf9fbee701f97aa90f52166812.tar.bz2 nix-infra-e8ad8f013528d1cf9fbee701f97aa90f52166812.zip | |
snapshot: So 20. Apr 18:13:47 CEST 2025
| -rw-r--r-- | srv/hadante/configuration.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/srv/hadante/configuration.nix b/srv/hadante/configuration.nix index 08cd957..6ddef41 100644 --- a/srv/hadante/configuration.nix +++ b/srv/hadante/configuration.nix @@ -119,6 +119,10 @@ inputs@{ enableSSHSupport = true; pinentryPackage = pkgs.pinentry-qt; }; + direnv = { + enable = true; + nix-direnv.enable = true; + }; zsh = { enable = true; shellInit = '' @@ -188,8 +192,6 @@ inputs@{ myss bolt-launcher - - direnv ] ); } |
