summaryrefslogtreecommitdiff
path: root/os/srv/nix-helper.nix
diff options
context:
space:
mode:
Diffstat (limited to 'os/srv/nix-helper.nix')
-rw-r--r--os/srv/nix-helper.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/srv/nix-helper.nix b/os/srv/nix-helper.nix
index 4999908..63b3182 100644
--- a/os/srv/nix-helper.nix
+++ b/os/srv/nix-helper.nix
@@ -15,6 +15,10 @@ in
flake = "/etc/nixos";
};
+ environment.sessionVariables = {
+ NH_OS_FLAKE = "/etc/nixos";
+ };
+
environment.systemPackages = with pkgs; [
nix-output-monitor
nvd