Skip to content

Commit 950fd78

Browse files
committed
autosave (pavel-am5 / Linux)
1 parent aeb3c07 commit 950fd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nixos/virt-manager.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ in
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
};

0 commit comments

Comments
 (0)