nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit da9f6be8e0e5e496388053af4b3d5732dc99f16b
parent 9080b398978a61cfc4ffde7b8ed49a617e6b4abd
Author: Peter <peter@minskio.co.uk>
Date:   Sat, 12 Sep 2026 19:43:37 +0100

Remove NUR, Firefox changes inbound

Diffstat:
Dcommon/nur.nix | 9---------
Mmachines/arcadia.nix | 1-
Mmachines/atlas.nix | 1-
Mmachines/minerva.nix | 1-
4 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/common/nur.nix b/common/nur.nix @@ -1,9 +0,0 @@ -{ pkgs, ... }: - -{ - nixpkgs.config.packageOverrides = pkgs: { - nur = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") { - inherit pkgs; - }; - }; -} diff --git a/machines/arcadia.nix b/machines/arcadia.nix @@ -18,7 +18,6 @@ ../common/mount-drives.nix ../common/networking.nix ../common/nfs.nix - ../common/nur.nix ../common/packages.nix ../common/ssh.nix ../common/syncthing.nix diff --git a/machines/atlas.nix b/machines/atlas.nix @@ -18,7 +18,6 @@ ../common/mount-drives.nix ../common/networking.nix ../common/nfs.nix - ../common/nur.nix ../common/packages.nix ../common/scanning.nix ../common/speechd.nix diff --git a/machines/minerva.nix b/machines/minerva.nix @@ -19,7 +19,6 @@ ../common/mount-drives.nix ../common/networking.nix ../common/nfs.nix - ../common/nur.nix ../common/packages.nix ../common/speechd.nix ../common/ssh.nix