From 99e53cde3ec9476c71a731481f9908604c8ed5e0 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 27 Jan 2025 11:53:02 +0000 Subject: [PATCH] Remove server from normal substituters, only needed for system rebuild --- system/default.nix | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/system/default.nix b/system/default.nix index 381a78d7..e6f3c084 100644 --- a/system/default.nix +++ b/system/default.nix @@ -18,19 +18,12 @@ enable = true; package = pkgs.nixVersions.latest; settings = { - cores = 0; - max-jobs = "auto"; - trusted-users = [ - "root" - username - ]; + trusted-users = [ username ]; experimental-features = [ "nix-command" "flakes" ]; auto-optimise-store = true; - substituters = [ "https://nix.xenia.me.uk" ]; - trusted-public-keys = [ "nix.xenia.me.uk:tlgwOaG5KMLjQUk2YaErS8mAG69ZCr3PaHXZYi+Y5eI=" ]; }; nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; channel.enable = true; @@ -39,16 +32,6 @@ options = "--delete-older-than 3d"; }; optimise.automatic = true; - registry.my-nixos = { - from = { - type = "indirect"; - id = "my-nixos"; - }; - to = { - type = "git"; - url = "https://git.xenia.me.uk/pixelifytica/nixos.git?ref=main"; - }; - }; extraOptions = '' keep-outputs = false keep-derivations = false