pulsebert: fix journalctl --user

This commit is contained in:
Sandro - 2022-09-25 19:24:41 +02:00
parent 1fc5531800
commit e44b17b4c4
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 4 deletions

View File

@ -145,10 +145,10 @@
]; ];
services = { services = {
# Do not log to flash # Do not log to flash but also breaks journalctl --user
journald.extraConfig = '' # journald.extraConfig = ''
Storage=volatile # Storage=volatile
''; # '';
openssh = { openssh = {
enable = true; enable = true;