fallarbor: disable aly

This commit is contained in:
Aly Raffauf 2024-04-25 12:56:13 -04:00
parent 6d70c74871
commit 5357f9ad24
2 changed files with 6 additions and 6 deletions

View file

@ -34,7 +34,7 @@
zramSwap = {enable = true;};
};
user = {
aly.enable = true;
aly.enable = false;
dustin.enable = true;
};
desktop = {
@ -48,7 +48,7 @@
};
users.users.dustin.hashedPassword = "$y$j9T$OXQYhj4IWjRJWWYsSwcqf.$lCcdq9S7m0EAdej9KMHWj9flH8K2pUb2gitNhLTlLG/";
users.users.aly.hashedPassword = "$y$j9T$Ug0ZLHQQuRciFJDgOI6r00$eHc.KyQY0oU4k0LKRiZiGWJ19jkKNWHpOoyCJbtJif8";
# users.users.aly.hashedPassword = "$y$j9T$Ug0ZLHQQuRciFJDgOI6r00$eHc.KyQY0oU4k0LKRiZiGWJ19jkKNWHpOoyCJbtJif8";
system.stateVersion = "23.11";
}

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";