diff --git a/hosts/pulsebert/configuration.nix b/hosts/pulsebert/configuration.nix index 9c8e2d04..ce438498 100644 --- a/hosts/pulsebert/configuration.nix +++ b/hosts/pulsebert/configuration.nix @@ -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";