From 793beee39511381f38bb0725cfb35e78a5a5e443 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Mon, 10 Mar 2025 21:01:14 -0500 Subject: [PATCH] comments lol --- hosts/desktop/home.nix | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix index dca141f..b6e573a 100755 --- a/hosts/desktop/home.nix +++ b/hosts/desktop/home.nix @@ -65,19 +65,19 @@ in "privacy.clearHistory.historyFormDataAndDownloads" = false; # Disable clearing history, form data, and downloads on history clear "privacy.clearSiteData.cache" = false; # Disable clearing cache on site data clear "privacy.clearSiteData.cookiesAndStorage" = false; # Disable clearing cookies on site data clear - "services.sync.prefs.sync.privacy.clearOnShutdown.cache" = true; # Disable syncing cache clear on shutdown - "services.sync.prefs.sync.privacy.clearOnShutdown.cookies" = true; # Disable syncing cookies clear on shutdown - "services.sync.prefs.sync.privacy.clearOnShutdown.downloads" = true; # Disable syncing downloads clear on shutdown - "services.sync.prefs.sync.privacy.clearOnShutdown.formdata" = true; # Disable syncing form data clear on shutdown - "services.sync.prefs.sync.privacy.clearOnShutdown.history" = true; # Disable syncing history clear on shutdown - "services.sync.prefs.sync.privacy.clearOnShutdown.offlineApps" = true; # Disable syncing offline apps clear on shutdown - "services.sync.prefs.sync.privacy.clearOnShutdown.sessions" = true; # Disable syncing sessions clear on shutdown - "services.sync.prefs.sync.privacy.clearOnShutdown.siteSettings" = true; # Disable syncing site settings clear on shutdown - "services.sync.prefs.sync.privacy.clearOnShutdown_v2.cache" = true; # Disable syncing cache clear on shutdown - "services.sync.prefs.sync.privacy.clearOnShutdown_v2.cookiesAndStorage" = true; # Disable syncing cookies clear on shutdown - "services.sync.prefs.sync.privacy.clearOnShutdown_v2.downloads" = true; # Disable syncing downloads clear on shutdown - "services.sync.prefs.sync.privacy.clearOnShutdown_v2.historyFormDataAndDownloads" = true; # Disable syncing form data clear on shutdown - "services.sync.prefs.sync.privacy.clearOnShutdown_v2.siteSettings" = true; # Disable syncing site settings clear on shutdown + "services.sync.prefs.sync.privacy.clearOnShutdown.cache" = true; # Enable syncing cache clear on shutdown + "services.sync.prefs.sync.privacy.clearOnShutdown.cookies" = true; # Enable syncing cookies clear on shutdown + "services.sync.prefs.sync.privacy.clearOnShutdown.downloads" = true; # Enable syncing downloads clear on shutdown + "services.sync.prefs.sync.privacy.clearOnShutdown.formdata" = true; # Enable syncing form data clear on shutdown + "services.sync.prefs.sync.privacy.clearOnShutdown.history" = true; # Enable syncing history clear on shutdown + "services.sync.prefs.sync.privacy.clearOnShutdown.offlineApps" = true; # Enable syncing offline apps clear on shutdown + "services.sync.prefs.sync.privacy.clearOnShutdown.sessions" = true; # Enable syncing sessions clear on shutdown + "services.sync.prefs.sync.privacy.clearOnShutdown.siteSettings" = true; # Enable syncing site settings clear on shutdown + "services.sync.prefs.sync.privacy.clearOnShutdown_v2.cache" = true; # Enable syncing cache clear on shutdown + "services.sync.prefs.sync.privacy.clearOnShutdown_v2.cookiesAndStorage" = true; # Enable syncing cookies clear on shutdown + "services.sync.prefs.sync.privacy.clearOnShutdown_v2.downloads" = true; # Enable syncing downloads clear on shutdown + "services.sync.prefs.sync.privacy.clearOnShutdown_v2.historyFormDataAndDownloads" = true; # Enable syncing form data clear on shutdown + "services.sync.prefs.sync.privacy.clearOnShutdown_v2.siteSettings" = true; # Enable syncing site settings clear on shutdown }; }; };