diff options
| author | adikro <adikro@disroot.org> | 2026-03-01 19:57:16 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-01 19:57:16 +0100 |
| commit | 1be09af058424219de2aad4b9cc27ccf760d23f6 (patch) | |
| tree | bdc1177b166e1eef36763984b6862d7755a7bde8 /os/srv/nix-helper.nix | |
| parent | 4b41ce640c5eddcb50904331e03aac5460caa144 (diff) | |
...
Diffstat (limited to 'os/srv/nix-helper.nix')
| -rw-r--r-- | os/srv/nix-helper.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/srv/nix-helper.nix b/os/srv/nix-helper.nix index 0bb819a..5e5e133 100644 --- a/os/srv/nix-helper.nix +++ b/os/srv/nix-helper.nix @@ -28,9 +28,9 @@ in clean.extraArgs = "--keep 5"; }; - # environment.sessionVariables = { - # NH_OS_FLAKE = "/etc/nixos"; - # }; + environment.sessionVariables = { + NH_OS_FLAKE = "/etc/nixos"; + }; environment.systemPackages = with pkgs; [ nix-output-monitor |
