From 721ea550e4edf6b87b9f874388d4fd727b0d5a32 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 29 Feb 2024 01:51:39 +0100 Subject: [PATCH] move psd to firefox module --- hosts/del/configuration.nix | 5 ----- hosts/niks/configuration.nix | 5 ----- modules/gui/firefox.nix | 5 +++++ 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/hosts/del/configuration.nix b/hosts/del/configuration.nix index 7d63b58..dadc5a3 100644 --- a/hosts/del/configuration.nix +++ b/hosts/del/configuration.nix @@ -106,11 +106,6 @@ }; }; - services.psd = { - enable = true; - resyncTimer = "30m"; - }; - services.journald = { extraConfig = '' SystemMaxUse=100M diff --git a/hosts/niks/configuration.nix b/hosts/niks/configuration.nix index de596ed..f0e4a28 100644 --- a/hosts/niks/configuration.nix +++ b/hosts/niks/configuration.nix @@ -77,11 +77,6 @@ }; }; - services.psd = { - enable = true; - resyncTimer = "30m"; - }; - services.journald = { extraConfig = '' SystemMaxUse=100M diff --git a/modules/gui/firefox.nix b/modules/gui/firefox.nix index 4f3e593..0ba339b 100644 --- a/modules/gui/firefox.nix +++ b/modules/gui/firefox.nix @@ -99,6 +99,11 @@ in { MOZ_ENABLE_WAYLAND = "1"; }; + services.psd = { + enable = true; + resyncTimer = "30m"; + }; + home-manager.users.${username} = { xdg.desktopEntries = { firefox-schizo = {