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' { ticker = nixosSystem' {
modules = [ modules = [
./config/lxc-container.nix self.nixosModules.microvm
ticker.nixosModules.ticker ticker.nixosModules.ticker
./hosts/containers/ticker ./hosts/containers/ticker
]; ];

View File

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