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 = {
aly = {
enable = false;
enable = true;
password = "$y$j9T$Ug0ZLHQQuRciFJDgOI6r00$eHc.KyQY0oU4k0LKRiZiGWJ19jkKNWHpOoyCJbtJif8";
};
dustin = {

View file

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