commit 1ac0c0ee3109f363fcda8896bbf1d0f24613cca8
parent cfda44c264d22b13fed38d2e2819f81898ba659c
Author: mtmn <miro@haravara.org>
Date: Sat, 18 Apr 2026 00:52:01 +0200
chore: remove netrc and attic
Diffstat:
5 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/flake.nix b/flake.nix
@@ -68,14 +68,11 @@
substituters = [
"https://cache.nixos.org"
"https://nix-community.cachix.org"
- "https://attic.saatana.cat/central"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
- "central:HrJCtnqdmta0jVAVZJ0J6EpF0rtAMIH2mv0mUamjbYg="
];
- netrc-file = "/run/agenix/netrc";
};
}
inputs.ragenix.nixosModules.default
@@ -109,12 +106,10 @@
substituters = [
"https://cache.nixos.org"
"https://nix-community.cachix.org"
- "https://attic.saatana.cat/central"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
- "central:HrJCtnqdmta0jVAVZJ0J6EpF0rtAMIH2mv0mUamjbYg="
];
};
}
@@ -174,7 +169,6 @@
"bandeno"
"headscale"
"searxng"
- "attic"
"static"
"miniflux"
"corpus"
diff --git a/home.nix b/home.nix
@@ -41,16 +41,13 @@
auto-optimise-store = true;
warn-dirty = false;
experimental-features = ["nix-command" "flakes"];
- netrc-file = "${homeDirectory}/.netrc";
substituters = [
"https://cache.nixos.org"
"https://nix-community.cachix.org"
- "https://attic.saatana.cat/central"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
- "central:HrJCtnqdmta0jVAVZJ0J6EpF0rtAMIH2mv0mUamjbYg="
];
};
gc = {
diff --git a/hosts/nixaran/configuration.nix b/hosts/nixaran/configuration.nix
Binary files differ.
diff --git a/secrets.nix b/secrets.nix
@@ -17,5 +17,4 @@ in {
"secrets/listenbrainz-token.age".publicKeys = allKeys;
"secrets/mpd-host.age".publicKeys = allKeys;
"secrets/corpus.age".publicKeys = allKeys;
- "secrets/netrc.age".publicKeys = allKeys;
}
diff --git a/secrets/netrc.age b/secrets/netrc.age
Binary files differ.