482 current 2024-04-27 18:07:59 24.05.20240427.9d3911e 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-04-27 18:08:08 -04:00
parent 61d8226ce4
commit ca0d423615
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 5 additions and 1 deletions

View file

@ -101,7 +101,7 @@
modules = [ modules = [
"${nixpkgs}/nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5.nix" "${nixpkgs}/nixos/modules/installer/cd-dvd/installation-cd-graphical-plasma5.nix"
"${nixpkgs}/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix" "${nixpkgs}/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix"
./hosts/live/configuration.nix # ./hosts/live/configuration.nix
]; ];
}; };

View file

@ -37,6 +37,9 @@ in {
"browser.newtabpage.activity-stream.section.highlights.includePocket" = lock-false; "browser.newtabpage.activity-stream.section.highlights.includePocket" = lock-false;
"browser.newtabpage.enhanced" = lock-false; "browser.newtabpage.enhanced" = lock-false;
"browser.newtabpage.introShown" = lock-true; "browser.newtabpage.introShown" = lock-true;
"browser.newtabpage.activity-stream.showSponsoredTopSites" = lock-false;
"browser.newtabpage.activity-stream.showSponsored" = lock-false;
"browser.newtabpage.activity-stream.system.showSponsored" = lock-false;
"browser.safebrowsing.appRepURL" = { "browser.safebrowsing.appRepURL" = {
Value = ""; Value = "";
Status = "locked"; Status = "locked";
@ -70,6 +73,7 @@ in {
"browser.urlbar.quicksuggest.enabled" = lock-false; "browser.urlbar.quicksuggest.enabled" = lock-false;
"browser.urlbar.speculativeConnect.enabled" = lock-false; "browser.urlbar.speculativeConnect.enabled" = lock-false;
"browser.urlbar.trimURLs" = lock-false; "browser.urlbar.trimURLs" = lock-false;
"browser.urlbar.suggest.quicksuggest.sponsored" = lock-false;
"datareporting.healthreport.service.enabled" = lock-false; "datareporting.healthreport.service.enabled" = lock-false;
"datareporting.healthreport.uploadEnabled" = lock-false; "datareporting.healthreport.uploadEnabled" = lock-false;
"datareporting.policy.dataSubmissionEnabled" = lock-false; "datareporting.policy.dataSubmissionEnabled" = lock-false;