diff --git a/hosts/del/configuration.nix b/hosts/del/configuration.nix index 3f16144..b252562 100644 --- a/hosts/del/configuration.nix +++ b/hosts/del/configuration.nix @@ -59,12 +59,6 @@ in { flatpak.enable = true; }; - services.journald = { - extraConfig = '' - SystemMaxUse=100M - ''; - }; - # this makes usb devices autosuspend #powerManagement.powertop.enable = true; diff --git a/hosts/hape/configuration.nix b/hosts/hape/configuration.nix index 1b6a3e1..cd4d144 100644 --- a/hosts/hape/configuration.nix +++ b/hosts/hape/configuration.nix @@ -8,12 +8,6 @@ udisks2.enable = true; }; - services.journald = { - extraConfig = '' - SystemMaxUse=100M - ''; - }; - poz = { other = { home-manager = { diff --git a/hosts/niks/configuration.nix b/hosts/niks/configuration.nix index e5dbd6e..c872316 100644 --- a/hosts/niks/configuration.nix +++ b/hosts/niks/configuration.nix @@ -47,12 +47,6 @@ in { flatpak.enable = true; }; - services.journald = { - extraConfig = '' - SystemMaxUse=100M - ''; - }; - # this makes usb devices autosuspend #powerManagement.powertop.enable = true; diff --git a/hosts/work/configuration.nix b/hosts/work/configuration.nix index de39911..9858852 100644 --- a/hosts/work/configuration.nix +++ b/hosts/work/configuration.nix @@ -42,12 +42,6 @@ in { smartd.enable = true; }; - services.journald = { - extraConfig = '' - SystemMaxUse=100M - ''; - }; - networking.proxy = { inherit (inputs.work-secrets.proxy) default noProxy; };