From 41f6fcc324d4326ef47fe4f263282a12ba39ee2a Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Sun, 30 Jun 2024 16:08:05 +0200 Subject: [PATCH] autologin dev shell --- vm-nextcloud.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vm-nextcloud.nix b/vm-nextcloud.nix index c55806c..4dd2666 100644 --- a/vm-nextcloud.nix +++ b/vm-nextcloud.nix @@ -94,6 +94,7 @@ appstoreEnable = true; configureRedis = true; settings = { + log_type = "syslog"; mail_smtpmode = "sendmail"; mail_sendmailmode = "pipe"; trusted_domains = [ "10.100.100.1" ]; @@ -221,8 +222,11 @@ sqldiff unzip wget + tmux ]; + services.getty.autologinUser = "root"; + documentation = { info.enable = false; man.enable = false;