modules/darwin/common: use nix 2.16

This commit is contained in:
zowoq 2023-07-29 09:29:02 +10:00
parent df043d1486
commit 57842afd48

View file

@ -8,6 +8,10 @@ in
./telegraf.nix
];
# use the same version as srvos
# https://github.com/numtide/srvos/blob/main/nixos/common/nix.nix#L4
nix.package = pkgs.nixVersions.nix_2_16;
services.nix-daemon.enable = true;
programs.zsh.enable = true;