why did I have that
This commit is contained in:
parent
2e5d909fec
commit
aa4c771f27
4 changed files with 0 additions and 24 deletions
|
@ -59,12 +59,6 @@ in {
|
|||
flatpak.enable = true;
|
||||
};
|
||||
|
||||
services.journald = {
|
||||
extraConfig = ''
|
||||
SystemMaxUse=100M
|
||||
'';
|
||||
};
|
||||
|
||||
# this makes usb devices autosuspend
|
||||
#powerManagement.powertop.enable = true;
|
||||
|
||||
|
|
|
@ -8,12 +8,6 @@
|
|||
udisks2.enable = true;
|
||||
};
|
||||
|
||||
services.journald = {
|
||||
extraConfig = ''
|
||||
SystemMaxUse=100M
|
||||
'';
|
||||
};
|
||||
|
||||
poz = {
|
||||
other = {
|
||||
home-manager = {
|
||||
|
|
|
@ -47,12 +47,6 @@ in {
|
|||
flatpak.enable = true;
|
||||
};
|
||||
|
||||
services.journald = {
|
||||
extraConfig = ''
|
||||
SystemMaxUse=100M
|
||||
'';
|
||||
};
|
||||
|
||||
# this makes usb devices autosuspend
|
||||
#powerManagement.powertop.enable = true;
|
||||
|
||||
|
|
|
@ -42,12 +42,6 @@ in {
|
|||
smartd.enable = true;
|
||||
};
|
||||
|
||||
services.journald = {
|
||||
extraConfig = ''
|
||||
SystemMaxUse=100M
|
||||
'';
|
||||
};
|
||||
|
||||
networking.proxy = {
|
||||
inherit (inputs.work-secrets.proxy) default noProxy;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue