chore: remove ssh configuration

Actually, I misread the tutorial, this configuration should be done on
the remote machine.
This commit is contained in:
Khaïs COLIN 2024-08-11 17:35:33 +02:00
parent 332a0cc4c8
commit 9ed7765667

View file

@ -366,16 +366,6 @@ in
dockerSocket.enable = true;
};
# configure ssh
programs.ssh = {
# ensure remote nix build can acces nix environment
# https://wiki.nixos.org/wiki/Distributed_build
extraConfig = ''
Host void
SetEnv PATH=/nix/var/nix/profiles/default/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
'';
};
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave