diff options
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/staging/app/im/deploy/im-nix.hcl | 1 | ||||
-rw-r--r-- | cluster/staging/cluster.nix | 2 | ||||
-rw-r--r-- | cluster/staging/known_hosts | 3 |
3 files changed, 5 insertions, 1 deletions
diff --git a/cluster/staging/app/im/deploy/im-nix.hcl b/cluster/staging/app/im/deploy/im-nix.hcl index b8a2bbe..318e954 100644 --- a/cluster/staging/app/im/deploy/im-nix.hcl +++ b/cluster/staging/app/im/deploy/im-nix.hcl @@ -55,6 +55,7 @@ job "im" { task "synapse" { driver = "nix2" config { + nixpkgs = "github:nixos/nixpkgs/nixos-23.11" packages = [ "#cacert", "#bash", diff --git a/cluster/staging/cluster.nix b/cluster/staging/cluster.nix index 78081d5..b4bcfe4 100644 --- a/cluster/staging/cluster.nix +++ b/cluster/staging/cluster.nix @@ -118,7 +118,7 @@ { config = [ { - default_nixpkgs = "github:nixos/nixpkgs/nixos-22.11"; + default_nixpkgs = "github:nixos/nixpkgs/nixos-23.11"; } ]; } diff --git a/cluster/staging/known_hosts b/cluster/staging/known_hosts index d6a63da..b6cb51d 100644 --- a/cluster/staging/known_hosts +++ b/cluster/staging/known_hosts @@ -13,3 +13,6 @@ df-pw5.machine.deuxfleurs.fr ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK/dJIxioCkfeeh 2a01:cb05:911e:ec00:223:24ff:feb0:ea82 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJnpO6zpLWsyyugOoOj+2bUow9TUrcWgURFGGaoyu+co carcajou.machine.staging.deuxfleurs.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMf/ioVSSb19Slu+HZLgKt4f1/XsL+K9uMxazSWb/+nQ caribou.machine.staging.deuxfleurs.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPtsVFIoIu6tnYrzlcCbBiQXxNkFSWVMhMznUuSxGZ22 +df-pw5.machine.staging.deuxfleurs.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK/dJIxioCkfeehxeGiZR7qquYGoqEH/YrRJ/ukEcaLH +origan.machine.staging.deuxfleurs.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsZas74RT6lCZwuUOPR23nPdbSdpWORyAmRgjoiMVHK +piranha.machine.staging.deuxfleurs.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJnpO6zpLWsyyugOoOj+2bUow9TUrcWgURFGGaoyu+co |