ticker: microvmify

This commit is contained in:
Astro 2022-06-16 21:26:57 +02:00
parent e3fdd7c09f
commit 992efff49f
2 changed files with 10 additions and 5 deletions

View File

@ -507,7 +507,7 @@
ticker = nixosSystem' {
modules = [
./config/lxc-container.nix
self.nixosModules.microvm
ticker.nixosModules.ticker
./hosts/containers/ticker
];

View File

@ -3,11 +3,16 @@
with lib;
{
c3d2.hq.statistics.enable = true;
system.stateVersion = "22.05";
boot = {
isContainer = true;
loader.initScript.enable = true;
c3d2.hq.statistics.enable = true;
c3d2.deployment = {
server = "server10";
mounts = [ "etc" "var"];
interfaces = [ {
net = "serv";
mac = "B6:07:40:C1:81:F2";
} ];
};
networking = {