File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 133133 RemainAfterExit = true ;
134134 ExecStart = [
135135 ""
136- "${ pkgs . runtimeShell } -c '${ pkgs . coreutils } /bin/mkdir -p /var/lib/libvirt/secrets && umask 0077 && (${ pkgs . coreutils } /bin/dd if=/dev/random status=none bs=32 count=1 | ${ pkgs . systemd } /bin/systemd-creds encrypt --with-key=host-only --name=secrets-encryption-key - /var/lib/libvirt/secrets/secrets-encryption-key)'"
136+ "${ pkgs . runtimeShell } -c '${ pkgs . coreutils } /bin/mkdir -p /var/lib/libvirt/secrets && umask 0077 && (${ pkgs . coreutils } /bin/dd if=/dev/random status=none bs=32 count=1 | ${ pkgs . systemd } /bin/systemd-creds encrypt --with-key=host --name=secrets-encryption-key - /var/lib/libvirt/secrets/secrets-encryption-key)'"
137137 ] ;
138138 } ;
139139 } ;
You can’t perform that action at this time.
0 commit comments