fallarbor: reenable aly's user

This commit is contained in:
Aly Raffauf 2024-04-28 13:52:02 -04:00
parent 4d1e056683
commit 32293e7125
2 changed files with 5 additions and 5 deletions

View file

@ -35,7 +35,7 @@
}; };
user = { user = {
aly = { aly = {
enable = false; enable = true;
password = "$y$j9T$Ug0ZLHQQuRciFJDgOI6r00$eHc.KyQY0oU4k0LKRiZiGWJ19jkKNWHpOoyCJbtJif8"; password = "$y$j9T$Ug0ZLHQQuRciFJDgOI6r00$eHc.KyQY0oU4k0LKRiZiGWJ19jkKNWHpOoyCJbtJif8";
}; };
dustin = { dustin = {

View file

@ -6,10 +6,10 @@
... ...
}: { }: {
home-manager.users = { home-manager.users = {
# aly = { aly = {
# imports = [../../homeManagerModules ../../aly.nix]; imports = [../../homeManagerModules ../../aly.nix];
# home.stateVersion = "23.11"; home.stateVersion = "23.11";
# }; };
dustin = { dustin = {
imports = [../../homeManagerModules ../../dustin.nix]; imports = [../../homeManagerModules ../../dustin.nix];
home.stateVersion = "23.11"; home.stateVersion = "23.11";