From 9342fd909018bf762ce7c8c233d8590b4d062011 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 22 Jan 2023 11:41:32 -0800 Subject: ref(aptos/services): don't use autologin This is not working as I thought it would: I was expecting this to only work with the first login, but any time I log out of my account it logs in right away again. --- hosts/aptos/services.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'hosts/aptos') diff --git a/hosts/aptos/services.nix b/hosts/aptos/services.nix index 8d31a81..1886ca7 100644 --- a/hosts/aptos/services.nix +++ b/hosts/aptos/services.nix @@ -2,7 +2,6 @@ let secrets = config.age.secrets; in { - services.getty.autologinUser = "fcuny"; my.services = { # monitors and controls temperature thermald.enable = true; -- cgit 1.4.1