Nix-Config/users/root/home.nix

7 lines
108 B
Nix
Raw Normal View History

2023-09-03 14:43:50 +00:00
{ config, pkgs, ... }:
{
home.stateVersion = "22.11";
home.file.".ssh/config".source = ./ssh/config;
}