From bade6bd0570bf847dbb094fcb7f8dfa95dfe2f22 Mon Sep 17 00:00:00 2001 From: cnst Date: Mon, 18 Nov 2024 06:28:41 +0100 Subject: [PATCH] some host module updates to align with new greetd --- hosts/cnixpad/modules.nix | 6 ------ hosts/toothpc/modules.nix | 6 ------ 2 files changed, 12 deletions(-) diff --git a/hosts/cnixpad/modules.nix b/hosts/cnixpad/modules.nix index 31aea69e..7562dfa3 100644 --- a/hosts/cnixpad/modules.nix +++ b/hosts/cnixpad/modules.nix @@ -154,12 +154,6 @@ greetd = { enable = true; user = "cnst"; - autologin = { - enable = false; - }; - gnomeKeyring = { - enable = false; - }; }; gvfs = { enable = true; diff --git a/hosts/toothpc/modules.nix b/hosts/toothpc/modules.nix index 3f25cb56..3972d56c 100644 --- a/hosts/toothpc/modules.nix +++ b/hosts/toothpc/modules.nix @@ -154,12 +154,6 @@ greetd = { enable = true; user = "toothpick"; - autologin = { - enable = false; - }; - gnomeKeyring = { - enable = false; - }; }; gvfs = { enable = true;