From 67bdb7695e67da114e250836b30f9617b104aff0 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Wed, 28 Jan 2026 20:21:24 +0100 Subject: [PATCH] updates things --- hosts/dnsc-machine/default.nix | 2 -- modules/firefox/default.nix | 1 - 2 files changed, 3 deletions(-) diff --git a/hosts/dnsc-machine/default.nix b/hosts/dnsc-machine/default.nix index 82ce202..afad38b 100644 --- a/hosts/dnsc-machine/default.nix +++ b/hosts/dnsc-machine/default.nix @@ -75,7 +75,5 @@ services.openssh.enable = true; services.udisks2.enable = true; - nixpkgs.config.allowUnfree = true; - system.stateVersion = "25.05"; } diff --git a/modules/firefox/default.nix b/modules/firefox/default.nix index 4b783b2..377f0cd 100644 --- a/modules/firefox/default.nix +++ b/modules/firefox/default.nix @@ -3,7 +3,6 @@ { programs.firefox = { enable = true; - package = pkgs.firefox-bin; nativeMessagingHosts = [ pkgs.firefoxpwa ]; languagePacks = [ "en-US"