We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ec47e commit 917b08dCopy full SHA for 917b08d
doc/src/faq.md
@@ -135,3 +135,12 @@ users.users.microvm.extraGroups = [ "disk" ];
135
The more secure solution would be writing custom
136
`services.udev.extraRules` that assign ownership/permissions to the
137
individually used block devices.
138
+
139
+# My virtiofs-shared sops-nix /run/secrets disappears when the host is updated!
140
141
+A workaround may be setting `sops.keepGenerations = 0;`, effectively
142
+stopping sops-nix from ever removing old generations in
143
+`/run/secrets.d/`.
144
145
+That means that you still must reboot all MicroVMs to adapt any
146
+updated secrets.
0 commit comments