fix json
This commit is contained in:
parent
e4559816d0
commit
b4ebe4d3f8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.etc."containers/networks/podman.json" = {
|
environment.etc."containers/networks/podman.json" = {
|
||||||
source = pkgs.format.json.generate "podman.json" ({
|
source = pkgs.formats.json.generate "podman.json" ({
|
||||||
cniVersion = "0.4.0";
|
cniVersion = "0.4.0";
|
||||||
name = "servernet";
|
name = "servernet";
|
||||||
plugins = [
|
plugins = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue