give lxd openvswitch
This commit is contained in:
parent
b27a6cbf01
commit
97db6e32ea
14
flake.lock
14
flake.lock
|
@ -10,11 +10,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1708666625,
|
"lastModified": 1709611503,
|
||||||
"narHash": "sha256-m/hGwXHPhUo7s/uUigA7skxg5B33X8LAOrMznE88zXY=",
|
"narHash": "sha256-zfvuqmScw007m69hy3U09FUjLSoYrTiRiHy7x7IdvZU=",
|
||||||
"ref": "refs/heads/canon",
|
"ref": "refs/heads/canon",
|
||||||
"rev": "6c29e57677352cb3bd34ef4ef7665f05760bf057",
|
"rev": "3b75fafa0dd1b9d6b0e59bcf29bf4d9d39cd2d87",
|
||||||
"revCount": 39,
|
"revCount": 40,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.mildlyfunctional.gay/artemist/packages.git"
|
"url": "https://git.mildlyfunctional.gay/artemist/packages.git"
|
||||||
},
|
},
|
||||||
|
@ -300,11 +300,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1709295149,
|
"lastModified": 1709629079,
|
||||||
"narHash": "sha256-+blV8vKyvh3gYnUFYTOu2yuWxEEBqwS7hfLm6qdpoe4=",
|
"narHash": "sha256-Q8R63JR7lv285MjWnHoNep1bLOG3fxScGAF4IZSVO+M=",
|
||||||
"owner": "jovian-experiments",
|
"owner": "jovian-experiments",
|
||||||
"repo": "jovian-nixos",
|
"repo": "jovian-nixos",
|
||||||
"rev": "0ef51034dcc8b65b8be72eedd0d5db7d426ea054",
|
"rev": "159d19febe910d27062ede99e748c31196b5c07c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -64,6 +64,7 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
systemd.services.lxd.path = [ pkgs.openvswitch ];
|
||||||
|
|
||||||
services.openssh.extraConfig = ''
|
services.openssh.extraConfig = ''
|
||||||
HostCertificate ${./starlight-cert.pub}
|
HostCertificate ${./starlight-cert.pub}
|
||||||
|
|
Loading…
Reference in a new issue