mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:03:56 -05:00
petalburg new password and autologin
This commit is contained in:
parent
72e025fb49
commit
dc24147b86
|
@ -58,7 +58,7 @@ in {
|
||||||
user = {
|
user = {
|
||||||
aly = {
|
aly = {
|
||||||
enable = true;
|
enable = true;
|
||||||
password = "$y$j9T$Ug0ZLHQQuRciFJDgOI6r00$eHc.KyQY0oU4k0LKRiZiGWJ19jkKNWHpOoyCJbtJif8";
|
password = "$y$j9T$TitXX3J690cnK41XciNMg/$APKHM/os6FKd9H9aXGxaHaQ8zP5SenO9EO94VYafl43";
|
||||||
};
|
};
|
||||||
dustin.enable = false;
|
dustin.enable = false;
|
||||||
};
|
};
|
||||||
|
@ -67,6 +67,10 @@ in {
|
||||||
greetd = {
|
greetd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
session = config.programs.sway.package + "/bin/sway";
|
session = config.programs.sway.package + "/bin/sway";
|
||||||
|
autologin = {
|
||||||
|
enable = true;
|
||||||
|
user = "aly";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
sway.enable = true;
|
sway.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue