disable auto login

This commit is contained in:
Johannes Jöns 2024-01-01 00:20:10 +01:00
parent 611a73e812
commit 2ccd8e5fc6
2 changed files with 7 additions and 7 deletions

View file

@ -308,11 +308,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1703879120,
"narHash": "sha256-oMJ5xtDswlBWxs0DT/aYKEUIhjEpGZJ9GbIxOclYP8I=",
"lastModified": 1704061647,
"narHash": "sha256-M/Kxfmb/fkgOz94jQ9eLFpXOhjQJ3CRmdPhVIVXqJmg=",
"owner": "NixOS",
"repo": "nixos-hardware",
"rev": "22ae59fec26591ef72ce4ccb5538c42c5f090fe3",
"rev": "316bc98323fe3a7e7f72dbbbe68dce0cce3d4984",
"type": "github"
},
"original": {
@ -389,11 +389,11 @@
},
"nur": {
"locked": {
"lastModified": 1704028639,
"narHash": "sha256-fDN/0YA5EUCu1ic6NyWoie5W+VzrX0aHVvFkrY0np18=",
"lastModified": 1704057136,
"narHash": "sha256-+vj3PjcsFrjdo7op/Jb9xND206FsFatntp7SmTzc8W0=",
"owner": "nix-community",
"repo": "NUR",
"rev": "c1a78c7eeacb194aef527a7f41910f3866e2f14b",
"rev": "74bee334e8d3cadfe11fefea2ae426e0c25246d7",
"type": "github"
},
"original": {

View file

@ -14,7 +14,7 @@ in {
user = "jopejoe1";
};
lightdm = {
enable = true;
enable = false;
autoLogin.timeout = 3;
};
};