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 = {
# Do not log to flash
journald.extraConfig = ''
Storage=volatile
'';
# Do not log to flash but also breaks journalctl --user
# journald.extraConfig = ''
# Storage=volatile
# '';
openssh = {
enable = true;