setup zerotierone and sshconfig

This commit is contained in:
Your Name
2024-04-10 17:16:42 -04:00
committed by Richie Cahill
parent 918baa6d58
commit 237abb8c51
3 changed files with 34 additions and 0 deletions

View File

@ -1,6 +1,8 @@
{ pkgs, ... }:
# home manager
{
imports = [ ./home/sshconfig.nix ];
programs.zsh.enable = true;
home = {
username = "richie";