diff --git a/hosts/pulsebert/default.nix b/hosts/pulsebert/default.nix index c1229968..da191c05 100644 --- a/hosts/pulsebert/default.nix +++ b/hosts/pulsebert/default.nix @@ -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;