move psd to firefox module

This commit is contained in:
jacekpoz 2024-02-29 01:51:39 +01:00
parent f186913663
commit 721ea550e4
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C
3 changed files with 5 additions and 10 deletions

View file

@ -106,11 +106,6 @@
};
};
services.psd = {
enable = true;
resyncTimer = "30m";
};
services.journald = {
extraConfig = ''
SystemMaxUse=100M

View file

@ -77,11 +77,6 @@
};
};
services.psd = {
enable = true;
resyncTimer = "30m";
};
services.journald = {
extraConfig = ''
SystemMaxUse=100M

View file

@ -99,6 +99,11 @@ in {
MOZ_ENABLE_WAYLAND = "1";
};
services.psd = {
enable = true;
resyncTimer = "30m";
};
home-manager.users.${username} = {
xdg.desktopEntries = {
firefox-schizo = {