chore(sops): re-encrypt for emden
Emden is a new machine, owned by minion
Change-Id: I190a5d0c5634d396fea5a15d149195e6f8305b2a
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/881
Tested-by: Skyler Grey <minion@clicks.codes>
Reviewed-by: Skyler Grey <minion@clicks.codes>
diff --git a/.sops.nix b/.sops.nix
index b463d71..e624099 100644
--- a/.sops.nix
+++ b/.sops.nix
@@ -12,6 +12,7 @@
greylag = "047bf8897df877fe86133e98522c6d280d545c00";
saurosuchus = "12f47c96d9066c52897cdf9ddf581f86799fb07c";
ocicat = "58BF6324CE6D45E156490D0F4579865C9D4CE67E";
+ emden = "885f4e98f4af60985337992e13c8703177858a87";
};
};
in
@@ -28,6 +29,7 @@
keys.hosts.greylag
keys.hosts.saurosuchus
keys.hosts.ocicat
+ keys.hosts.emden
];
}
{
@@ -43,6 +45,7 @@
pgp = nixpkgs.lib.concatStringsSep "," [
keys.users.minion
keys.hosts.greylag
+ keys.hosts.emden
];
}
{