diff options
| author | adikro <adikro@disroot.org> | 2025-12-28 10:22:13 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2025-12-28 10:22:13 +0100 |
| commit | e62d5505293a7c26d33fd60130220f2dea920515 (patch) | |
| tree | 22d4560f28315ec798db3050ca60cd581fec1bda /os/srv/nix-helper.nix | |
| parent | 27ee582379442277853fe6935c80007da1f1cc50 (diff) | |
nh clean fixes plus some cli stuff
Diffstat (limited to 'os/srv/nix-helper.nix')
| -rw-r--r-- | os/srv/nix-helper.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/srv/nix-helper.nix b/os/srv/nix-helper.nix index 4999908..fede111 100644 --- a/os/srv/nix-helper.nix +++ b/os/srv/nix-helper.nix @@ -12,7 +12,7 @@ in programs.nh = { enable = true; - flake = "/etc/nixos"; + osFlake = "/etc/nixos"; }; environment.systemPackages = with pkgs; [ |
