File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -123,11 +123,13 @@ let
123
123
id = "credentials" ;
124
124
modules = [ ( { config , pkgs , ... } : {
125
125
# This is the guest vm config
126
- microvm . credentialFiles . SECRET_BOOTSTRAP_KEY = "/etc/microvm-bootstrap.secret" ;
127
- microvm . testing . enableTest = builtins . elem config . microvm . hypervisor [
128
- # Hypervisors that support systemd credentials
129
- "qemu"
130
- ] ;
126
+ microvm = {
127
+ credentialFiles . SECRET_BOOTSTRAP_KEY = "/etc/microvm-bootstrap.secret" ;
128
+ testing . enableTest = builtins . elem config . microvm . hypervisor [
129
+ # Hypervisors that support systemd credentials
130
+ "qemu"
131
+ ] ;
132
+ } ;
131
133
# TODO: need to somehow have the test harness check for the success or failure of this service.
132
134
systemd . services . test-secret-availability = {
133
135
serviceConfig = {
You can’t perform that action at this time.
0 commit comments