Change flake.nix to allow different nixpkgs versions
This commit is contained in:
@@ -58,6 +58,7 @@ in
|
||||
config = {
|
||||
environment.systemPackages = with pkgs; [
|
||||
ldns
|
||||
mtr
|
||||
]
|
||||
++ optional cfg.wireguard.enable wireguard-tools;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user