mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
fallarbor: reenable aly's user
This commit is contained in:
parent
4d1e056683
commit
32293e7125
|
@ -35,7 +35,7 @@
|
|||
};
|
||||
user = {
|
||||
aly = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
password = "$y$j9T$Ug0ZLHQQuRciFJDgOI6r00$eHc.KyQY0oU4k0LKRiZiGWJ19jkKNWHpOoyCJbtJif8";
|
||||
};
|
||||
dustin = {
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue