modules/darwin/common: use nix 2.16
This commit is contained in:
parent
df043d1486
commit
57842afd48
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue