depot/ops/default.nix
Luke Granger-Brown 1006e41bfb ops/nixos/porcorosso: create
Summary:
Adds porcorosso to the depot, and also adds the supporting Nix architecture required to make this work.

This also tests that encryption is working correctly.

Reviewers: tazjin

Reviewed By: tazjin

Subscribers: tazjin

Differential Revision: https://phab.lukegb.com/D8
2020-04-30 05:49:19 +01:00

4 lines
76 B
Nix

args: {
nixos = import ./nixos args;
secrets = import ./secrets args;
}