disable autologin on boot

This commit is contained in:
RootHost-Stormwind
2025-01-14 13:10:30 +01:00
parent 1d06a7e8bc
commit 6e76f581c0

View File

@@ -51,8 +51,5 @@
".config/nvim/init.vim".source = dotfiles/neovim/init.vim;
};
};
# Enable automatic login for the user.
services.getty.autologinUser = "stormwind";
}