fix(gs/system): Fix deprecated nixos option
Change-Id: Ida25ae018bcd48adf27b0a5b8d524980c66dc3fa Reviewed-on: https://cl.tvl.fyi/c/depot/+/1747 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
parent
0124691fdd
commit
aef3607bd3
1 changed files with 2 additions and 5 deletions
|
@ -10,12 +10,9 @@
|
|||
displayManager = {
|
||||
defaultSession = "none+i3";
|
||||
|
||||
lightdm = {
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
user = "grfn";
|
||||
};
|
||||
user = "grfn";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue