diff options
author | Franck Cuny <franck@fcuny.net> | 2023-01-22 11:41:32 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-01-22 11:41:32 -0800 |
commit | 9342fd909018bf762ce7c8c233d8590b4d062011 (patch) | |
tree | 9d32b1dadab3330d2b48d5d2f0bf88dc2e6799cb | |
parent | ref(hosts/tahoe): exclude more paths from backups (diff) | |
download | world-9342fd909018bf762ce7c8c233d8590b4d062011.tar.gz |
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.
-rw-r--r-- | hosts/aptos/services.nix | 1 |
1 files changed, 0 insertions, 1 deletions
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; |