Skip to content

Commit

Permalink
refactor: var_networking.ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Jan 28, 2024
1 parent b8f61f2 commit 9a09854
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modules/nixos/base/networking.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
# Or disable the firewall altogether.
networking.firewall.enable = lib.mkDefault false;

programs.ssh = {
extraConfig = vars_networking.ssh.extraConfig;
knownHosts = vars_networking.ssh.knownHosts;
};
programs.ssh = vars_networking.ssh;

# Enable the OpenSSH daemon.
services.openssh = {
Expand Down

0 comments on commit 9a09854

Please sign in to comment.