File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ environment.systemPackages = [ (
112
112
) ];
113
113
```
114
114
115
- # Can I include my host's ` <nixpkgs> ` channel when building the VM?
115
+ ## Can I include my host's ` <nixpkgs> ` channel when building the VM?
116
116
117
117
Use the following configuration if you build your MicroVM with
118
118
` --impure ` from channels, not Flakes:
@@ -123,7 +123,7 @@ nix.nixPath = [
123
123
];
124
124
```
125
125
126
- # How do I let the ` microvm ` user access block devices?
126
+ ## How do I let the ` microvm ` user access block devices?
127
127
128
128
You can re-add the following line to your host's NixOS configuration
129
129
which was removed from microvm.nix:
@@ -136,7 +136,7 @@ The more secure solution would be writing custom
136
136
` services.udev.extraRules ` that assign ownership/permissions to the
137
137
individually used block devices.
138
138
139
- # My virtiofs-shared sops-nix /run/secrets disappears when the host is updated!
139
+ ## My virtiofs-shared sops-nix /run/secrets disappears when the host is updated!
140
140
141
141
A workaround may be setting ` sops.keepGenerations = 0; ` , effectively
142
142
stopping sops-nix from ever removing old generations in
You can’t perform that action at this time.
0 commit comments