mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 17:43:55 -05:00
fallarbor: reenable aly's user
This commit is contained in:
parent
4d1e056683
commit
32293e7125
|
@ -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 = {
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue