diff --git a/nixos/modules/base.nix b/nixos/modules/base.nix index b7788cc..dcd7a4f 100644 --- a/nixos/modules/base.nix +++ b/nixos/modules/base.nix @@ -27,16 +27,4 @@ system.stateVersion = "24.11"; nixpkgs.config.allowUnfree = true; - - # Caches - nix.settings = { - trusted-public-keys = [ - "nix-cache.stranger.systems:DrIF2T1eqAsxWQIz/HvjO7TxtcJwpg0nMAbPfndvvzw=" - "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - ]; - substituters = [ - "https://nix-cache.stranger.systems" -"https://nix-community.cachix.org" - ]; - }; } diff --git a/nixos/modules/user.nix b/nixos/modules/user.nix index 35d0fa2..35885e7 100644 --- a/nixos/modules/user.nix +++ b/nixos/modules/user.nix @@ -31,6 +31,4 @@ ]; }; }; - - nix.settings.trusted-users = ["nathan"]; }