From 8f21d4aa23566070a3f83b09f5d77b5b32117906 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 16 Jun 2020 23:14:59 +0200 Subject: tv alnus: enable autoLogin --- tv/1systems/alnus/config.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tv/1systems/alnus') diff --git a/tv/1systems/alnus/config.nix b/tv/1systems/alnus/config.nix index 21583f7..d91699d 100644 --- a/tv/1systems/alnus/config.nix +++ b/tv/1systems/alnus/config.nix @@ -71,10 +71,10 @@ with import ; }; desktopManager.xfce.enable = true; - displayManager.auto = { - enable = true; - user = "dv"; - }; + + displayManager.lightdm.autoLogin.enable = true; + displayManager.lightdm.autoLogin.user = "dv"; + displayManager.lightdm.enable = true; }; users.users.dv = { -- cgit v1.3.1 From ba6470aa63a5ca5a19d4d58b83795be11eab9df3 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 16 Jun 2020 23:30:14 +0200 Subject: tv alnus: fix typo --- tv/1systems/alnus/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tv/1systems/alnus') diff --git a/tv/1systems/alnus/config.nix b/tv/1systems/alnus/config.nix index d91699d..66bd52a 100644 --- a/tv/1systems/alnus/config.nix +++ b/tv/1systems/alnus/config.nix @@ -12,7 +12,7 @@ with import ; initrd = { availableKernelModules = [ "ahci" ]; luks.cryptoModules = [ "aes" "sha512" "xts" ]; - luks.devices.luksroot.devices = "/dev/sda2"; + luks.devices.luksroot.device = "/dev/sda2"; }; }; -- cgit v1.3.1