why did I have that

This commit is contained in:
jacekpoz 2024-09-02 00:32:41 +02:00
parent 2e5d909fec
commit aa4c771f27
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8
4 changed files with 0 additions and 24 deletions

View file

@ -59,12 +59,6 @@ in {
flatpak.enable = true;
};
services.journald = {
extraConfig = ''
SystemMaxUse=100M
'';
};
# this makes usb devices autosuspend
#powerManagement.powertop.enable = true;

View file

@ -8,12 +8,6 @@
udisks2.enable = true;
};
services.journald = {
extraConfig = ''
SystemMaxUse=100M
'';
};
poz = {
other = {
home-manager = {

View file

@ -47,12 +47,6 @@ in {
flatpak.enable = true;
};
services.journald = {
extraConfig = ''
SystemMaxUse=100M
'';
};
# this makes usb devices autosuspend
#powerManagement.powertop.enable = true;

View file

@ -42,12 +42,6 @@ in {
smartd.enable = true;
};
services.journald = {
extraConfig = ''
SystemMaxUse=100M
'';
};
networking.proxy = {
inherit (inputs.work-secrets.proxy) default noProxy;
};