mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Remove ssh forward agent
This commit is contained in:
@@ -24,12 +24,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
boot.kernelParams = [ "amd_iommu=on" ];
|
boot.kernelParams = [ "amd_iommu=on" ];
|
||||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
|
||||||
|
|
||||||
programs.ssh.extraConfig = ''
|
|
||||||
Host 128.140.75.240
|
|
||||||
ForwardAgent yes
|
|
||||||
'';
|
|
||||||
|
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
virtualisation.libvirtd.qemu.swtpm.enable = true;
|
virtualisation.libvirtd.qemu.swtpm.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user