From 99b35f60457223fbe845f2fd9ffd7f6ee71a2809 Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 8 Oct 2025 21:28:47 +0300 Subject: [PATCH] 1 --- nixosConfigurations/hosts/pub-vds.nix | 3 +-- nixosConfigurations/hosts/server.nix | 3 +-- nixosConfigurations/hosts/vds.nix | 3 +-- nixosConfigurations/hosts/wsl.nix | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/nixosConfigurations/hosts/pub-vds.nix b/nixosConfigurations/hosts/pub-vds.nix index e6be927..a22f408 100644 --- a/nixosConfigurations/hosts/pub-vds.nix +++ b/nixosConfigurations/hosts/pub-vds.nix @@ -44,8 +44,7 @@ let preload.enable = true; journald = { extraConfig = '' - - SystemMaxUse=512M + SystemMaxUse=512M ''; }; samba = { diff --git a/nixosConfigurations/hosts/server.nix b/nixosConfigurations/hosts/server.nix index eef92f9..1baa5dd 100755 --- a/nixosConfigurations/hosts/server.nix +++ b/nixosConfigurations/hosts/server.nix @@ -82,8 +82,7 @@ let throttled.enable = true; journald = { extraConfig = '' - - SystemMaxUse=512M + SystemMaxUse=512M ''; }; openssh = { diff --git a/nixosConfigurations/hosts/vds.nix b/nixosConfigurations/hosts/vds.nix index d324716..55d9239 100755 --- a/nixosConfigurations/hosts/vds.nix +++ b/nixosConfigurations/hosts/vds.nix @@ -44,8 +44,7 @@ let preload.enable = true; journald = { extraConfig = '' - - SystemMaxUse=512M + SystemMaxUse=512M ''; }; samba = { diff --git a/nixosConfigurations/hosts/wsl.nix b/nixosConfigurations/hosts/wsl.nix index 182163f..89b36aa 100755 --- a/nixosConfigurations/hosts/wsl.nix +++ b/nixosConfigurations/hosts/wsl.nix @@ -24,8 +24,7 @@ let services = { journald = { extraConfig = '' - - SystemMaxUse=512M + SystemMaxUse=512M ''; }; earlyoom.enable = true;