delft: move rfc39 from eris->pluto
Pierre Bourdon committed
Feb 22, 2024 at 11:13 UTC
c562eb32eb4860d50cb82479c647cd1dc45a755e
6 files changed
+4
-4
delft/eris.nix
-1
@@ -5,7 +5,6 @@ in
5
{
6
imports = [
7
./common.nix
8
- ../modules/rfc39.nix
8
../modules/wireguard.nix
9
./eris/packet-spot-market-prices.nix
10
./eris/github-project-monitor.nix
delft/pluto/default.nix
+1
@@ -7,6 +7,7 @@
7
8
../../modules/hydra-mirror.nix
9
../../modules/netboot-serve.nix
10
+ ../../modules/rfc39.nix
11
../../modules/tarball-mirror.nix
12
];
13
delft/secrets.nix
+3
-3
@@ -8,9 +8,9 @@ let
8
hydra-mirror-git-credentials = [ machines.pluto ];
9
packet-sd-env = [ machines.eris ];
10
prometheus-packet-spot-market-price-exporter = [ machines.eris ];
11
- rfc39-credentials = [ machines.eris ];
12
- rfc39-github = [ machines.eris ];
13
- rfc39-record-push = [ machines.eris ];
11
+ rfc39-credentials = [ machines.pluto ];
12
+ rfc39-github = [ machines.pluto ];
13
+ rfc39-record-push = [ machines.pluto ];
14
tarball-mirror-aws-credentials = [ machines.pluto ];
15
};
16
in
delft/secrets/rfc39-credentials.age
Binary files a/delft/secrets/rfc39-credentials.age and b/delft/secrets/rfc39-credentials.age differ
delft/secrets/rfc39-github.age
Binary files a/delft/secrets/rfc39-github.age and b/delft/secrets/rfc39-github.age differ
delft/secrets/rfc39-record-push.age
Binary files a/delft/secrets/rfc39-record-push.age and b/delft/secrets/rfc39-record-push.age differ