default install sops
This commit is contained in:
parent
8508b61b92
commit
0651bd0118
1 changed files with 8 additions and 3 deletions
|
|
@ -13,6 +13,7 @@
|
|||
# limitations under the License.
|
||||
{
|
||||
root,
|
||||
pkgs,
|
||||
system,
|
||||
_cerulean,
|
||||
...
|
||||
|
|
@ -36,7 +37,11 @@
|
|||
else []
|
||||
);
|
||||
|
||||
environment.systemPackages = with _cerulean.inputs; [
|
||||
deploy-rs.packages.${system}.default
|
||||
];
|
||||
environment.systemPackages =
|
||||
(with pkgs; [
|
||||
sops
|
||||
])
|
||||
++ (with _cerulean.inputs; [
|
||||
deploy-rs.packages.${system}.default
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue