SSH updates

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-04-25 10:47:21 -05:00
parent 92f23f009a
commit 6f1daf0b20
12 changed files with 96 additions and 59 deletions

View file

@ -0,0 +1,7 @@
{ settings, pkgs, lib, ylib, ... } @ args: {
home.stateVersion = "23.11";
programs.home-manager.enable = true;
home.username = settings.user.username;
home.homeDirectory = "/home/${settings.user.username}";
}