Merge pull request 'vps-leon' (#71) from leon/nix-config:vps-leon into master

Reviewed-on: #71
This commit is contained in:
astro 2022-10-01 22:16:16 +02:00
commit 1c21cad236
1 changed files with 14 additions and 1 deletions

View File

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