fixed weird pre-defined module behaviour
This commit is contained in:
@@ -7,12 +7,7 @@
|
|||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: let
|
}: {
|
||||||
modules = with self.nixosModules; [
|
|
||||||
sddm
|
|
||||||
];
|
|
||||||
in {
|
|
||||||
imports = modules;
|
|
||||||
services.displayManager = {
|
services.displayManager = {
|
||||||
autoLogin.enable = true;
|
autoLogin.enable = true;
|
||||||
autoLogin.user = "user01";
|
autoLogin.user = "user01";
|
||||||
|
|||||||
Reference in New Issue
Block a user