aboutsummaryrefslogtreecommitdiff
path: root/hosts/aptos
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-01-22 11:41:32 -0800
committerFranck Cuny <franck@fcuny.net>2023-01-22 11:41:32 -0800
commit9342fd909018bf762ce7c8c233d8590b4d062011 (patch)
tree9d32b1dadab3330d2b48d5d2f0bf88dc2e6799cb /hosts/aptos
parentref(hosts/tahoe): exclude more paths from backups (diff)
downloadinfra-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.
Diffstat (limited to 'hosts/aptos')
-rw-r--r--hosts/aptos/services.nix1
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;