Fix pkgs and add busybox to genesis
This commit is contained in:
@@ -92,7 +92,10 @@ in
|
||||
};
|
||||
extraConfig = "${extraConfig}";
|
||||
};
|
||||
environment.systemPackages = [ pkgs.curl ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
busybox
|
||||
curl
|
||||
];
|
||||
|
||||
# Regularly update DNS block list
|
||||
services.cron = {
|
||||
|
||||
Reference in New Issue
Block a user