chore(tazjin/nixos): Remove strongswan overlay
This is no longer required; said customer has switched to Tailscale. Change-Id: Iebe2fdfbf4013af86b7236e061cf4dbf47ac7c9e Reviewed-on: https://cl.tvl.fyi/c/depot/+/5537 Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
988ac68100
commit
dd2ae8552f
3 changed files with 0 additions and 37 deletions
|
|
@ -30,12 +30,6 @@ in
|
|||
|
||||
nix.settings.trusted-users = [ "tazjin" ];
|
||||
|
||||
# Work around strongswan 5.9.4 being incompatible with servers not
|
||||
# patched against some CVE. I need this for work ..
|
||||
nixpkgs.overlays = [
|
||||
depot.third_party.overlays.strongswan-workaround
|
||||
];
|
||||
|
||||
fileSystems."/" =
|
||||
{
|
||||
device = "/dev/disk/by-uuid/4c51357a-1e34-4b59-b169-63af1fcdce71";
|
||||
|
|
|
|||
|
|
@ -21,12 +21,6 @@ lib.fix (self: {
|
|||
|
||||
tvl.cache.enable = true;
|
||||
|
||||
# Work around strongswan 5.9.4 being incompatible with servers not
|
||||
# patched against some CVE. I need this for work ..
|
||||
nixpkgs.overlays = [
|
||||
depot.third_party.overlays.strongswan-workaround
|
||||
];
|
||||
|
||||
boot = rec {
|
||||
initrd.availableKernelModules = [ "nvme" "ehci_pci" "xhci_pci" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
|
||||
initrd.kernelModules = [ ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue