home dir updates

This commit is contained in:
John Lancaster
2024-12-29 13:47:27 -06:00
parent a8c4b75eb1
commit 321b5f7e3c
3 changed files with 6 additions and 7 deletions

View File

@@ -31,12 +31,12 @@
nixosSystem = args.nixpkgs.lib.nixosSystem;
userSettings = {
userName = "appdaemon";
gitUserName = "John Lancaster";
gitUserEmail = "32917998+jsl12@users.noreply.github.com";
adRepo = "https://github.com/jsl12/appdaemon";
adBranch = "hass";
adHome = "/srv/appdaemon";
userName = "appdaemon";
adHome = "/home/appdaemon";
};
systemSettings = {