Skip to content

Commit

Permalink
Merge pull request #49 from bjornfor/dont-emit-config-with-eval-warning
Browse files Browse the repository at this point in the history
Don't emit autoLogin config with eval warning
  • Loading branch information
vlinkz authored Dec 15, 2024
2 parents 2fa5064 + 41f9b1b commit 5394ee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nixos/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@
"""

cfgautologin = """ # Enable automatic login for the user.
services.xserver.displayManager.autoLogin.enable = true;
services.xserver.displayManager.autoLogin.user = "@@username@@";
services.displayManager.autoLogin.enable = true;
services.displayManager.autoLogin.user = "@@username@@";
"""

Expand Down

0 comments on commit 5394ee3

Please sign in to comment.