pulsebert: don't let journald write to fs

This commit is contained in:
Astro 2020-06-21 22:26:30 +02:00
parent 48c5920708
commit 73e129f72a
1 changed files with 5 additions and 0 deletions

View File

@ -62,6 +62,11 @@
# List services that you want to enable:
# Do not log to flash:
services.journald.extraConfig = ''
Storage=volatile
'';
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.openssh.permitRootLogin = "yes";