default install sops

This commit is contained in:
do butterflies cry? 2026-02-26 20:43:04 +10:00
parent 8508b61b92
commit 0651bd0118

View file

@ -13,6 +13,7 @@
# limitations under the License. # limitations under the License.
{ {
root, root,
pkgs,
system, system,
_cerulean, _cerulean,
... ...
@ -36,7 +37,11 @@
else [] else []
); );
environment.systemPackages = with _cerulean.inputs; [ environment.systemPackages =
deploy-rs.packages.${system}.default (with pkgs; [
]; sops
])
++ (with _cerulean.inputs; [
deploy-rs.packages.${system}.default
]);
} }