7 lines
108 B
Nix
7 lines
108 B
Nix
|
{ config, pkgs, ... }:
|
||
|
|
||
|
{
|
||
|
home.stateVersion = "22.11";
|
||
|
home.file.".ssh/config".source = ./ssh/config;
|
||
|
}
|