vps-leon #71

Merged
astro merged 2 commits from :vps-leon into master 2022-10-01 22:16:17 +02:00
1 changed files with 14 additions and 1 deletions

View File

@ -40,6 +40,13 @@
autoNetSetup = true; autoNetSetup = true;
}; };
writableStoreOverlay = "/nix/.rw-store";
volumes = [ {
image = "nix-store-overlay.img";
mountPoint = config.microvm.writableStoreOverlay;
size = 3048;
} ];
networking = { networking = {
hostName = "leon"; hostName = "leon";
firewall.enable = true; firewall.enable = true;
@ -136,7 +143,13 @@
publicKey= "tNWJ8FFydI08Ls/faHU1mp0Uf1ZLzZke66DpL6ffoHY="; publicKey= "tNWJ8FFydI08Ls/faHU1mp0Uf1ZLzZke66DpL6ffoHY=";
allowedIPs = [ "10.10.11.61" ]; allowedIPs = [ "10.10.11.61" ];
} }
#---------------------joker----------------------------.
{
#joker-phone
publicKey= "FRuPoJ1XVGWTeGO2vZPd4MC0hxjRailAzhMHg3ZegV0=";
allowedIPs = [ "10.10.11.30" ];
}
]; ];
}; };
}; };