mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:16:35 +01:00
disable auto login
This commit is contained in:
parent
611a73e812
commit
2ccd8e5fc6
2 changed files with 7 additions and 7 deletions
12
flake.lock
12
flake.lock
|
@ -308,11 +308,11 @@
|
||||||
},
|
},
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1703879120,
|
"lastModified": 1704061647,
|
||||||
"narHash": "sha256-oMJ5xtDswlBWxs0DT/aYKEUIhjEpGZJ9GbIxOclYP8I=",
|
"narHash": "sha256-M/Kxfmb/fkgOz94jQ9eLFpXOhjQJ3CRmdPhVIVXqJmg=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "22ae59fec26591ef72ce4ccb5538c42c5f090fe3",
|
"rev": "316bc98323fe3a7e7f72dbbbe68dce0cce3d4984",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -389,11 +389,11 @@
|
||||||
},
|
},
|
||||||
"nur": {
|
"nur": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1704028639,
|
"lastModified": 1704057136,
|
||||||
"narHash": "sha256-fDN/0YA5EUCu1ic6NyWoie5W+VzrX0aHVvFkrY0np18=",
|
"narHash": "sha256-+vj3PjcsFrjdo7op/Jb9xND206FsFatntp7SmTzc8W0=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NUR",
|
"repo": "NUR",
|
||||||
"rev": "c1a78c7eeacb194aef527a7f41910f3866e2f14b",
|
"rev": "74bee334e8d3cadfe11fefea2ae426e0c25246d7",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -14,7 +14,7 @@ in {
|
||||||
user = "jopejoe1";
|
user = "jopejoe1";
|
||||||
};
|
};
|
||||||
lightdm = {
|
lightdm = {
|
||||||
enable = true;
|
enable = false;
|
||||||
autoLogin.timeout = 3;
|
autoLogin.timeout = 3;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue