Skip to content

Commit

Permalink
nixos/nix: remove NIX_SSHOPTS workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Nov 25, 2024
1 parent a20b997 commit b99fabf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nixos/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ in
environment = {
# Add some Nix related packages
systemPackages = with pkgs; [ nixos-cleanup ];
# Ask for sudo password if needed when running `--use-remote-sudo` flag
# in nixos-rebuild
sessionVariables.NIX_SSHOPTS = "-o RequestTTY=force";
};

nix = {
Expand Down

0 comments on commit b99fabf

Please sign in to comment.