From 9e40dbdf613bff2a066e37d6487928711a45d0f7 Mon Sep 17 00:00:00 2001 From: cnst Date: Tue, 29 Oct 2024 18:39:41 +0100 Subject: [PATCH] greetd oversight --- hosts/cnixpad/modules.nix | 4 ++-- hosts/toothpc/modules.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/cnixpad/modules.nix b/hosts/cnixpad/modules.nix index 590d39f3..8f484bac 100644 --- a/hosts/cnixpad/modules.nix +++ b/hosts/cnixpad/modules.nix @@ -149,11 +149,11 @@ enable = false; }; greetd = { + enable = true; + user = "cnst"; autologin = { enable = false; - user = "cnst"; }; - enable = true; gnomeKeyring = { enable = false; }; diff --git a/hosts/toothpc/modules.nix b/hosts/toothpc/modules.nix index 115aa13e..daad4aee 100644 --- a/hosts/toothpc/modules.nix +++ b/hosts/toothpc/modules.nix @@ -149,11 +149,11 @@ enable = false; }; greetd = { + enable = true; + user = "toothpick"; autologin = { enable = false; - user = "toothpick"; }; - enable = true; gnomeKeyring = { enable = false; };