minor refactor
This commit is contained in:
parent
d534880860
commit
2cbfad36f0
3 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
home.packages = [ pkgs.openssh ];
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue