...
This commit is contained in:
@@ -20,15 +20,15 @@
|
|||||||
#nixpkgs.hostPlatform.system = "aarch64-linux";
|
#nixpkgs.hostPlatform.system = "aarch64-linux";
|
||||||
#nixpkgs.buildPlatform.system = "x86_64-linux";
|
#nixpkgs.buildPlatform.system = "x86_64-linux";
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
{
|
(outerFinal: outerPrev: {
|
||||||
openfortivpn = pkgs.openfortivpn.overrideAttrs (final: prev: {
|
openfortivpn = outerPrev.openfortivpn.overrideAttrs (final: prev: {
|
||||||
configureFlags = prev.configureFlags or [] ++ [
|
configureFlags = prev.configureFlags or [] ++ [
|
||||||
"--disable-proc"
|
"--disable-proc"
|
||||||
"--with-rt_dst=yes"
|
"--with-rt_dst=yes"
|
||||||
"--with-pppd=/usr/sbin/pppd"
|
"--with-pppd=/usr/sbin/pppd"
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
}
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user