aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-04-20 18:13:47 +0200
committerLinnea Gräf <nea@nea.moe>2025-04-20 18:13:47 +0200
commite8ad8f013528d1cf9fbee701f97aa90f52166812 (patch)
treead692a1ef1c952f165b0c6a242bd3b603c3b7f89
parent27fb52df80c1df5cf45084e17063e0f2cb105082 (diff)
downloadnix-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.nix6
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
]
);
}