mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
bunch of misc changes i've forgotten to commit
This commit is contained in:
parent
1545a500c6
commit
78bcc1ed79
8 changed files with 132 additions and 79 deletions
|
|
@ -5,7 +5,6 @@ _: {...}: {
|
|||
privateNetwork = true;
|
||||
hostBridge = "bridge0";
|
||||
localAddress = "192.168.1.10/24";
|
||||
localAddress6 = "2605:59c8:204b:bf00:200:ff:fe00:10/64";
|
||||
bindMounts."/minecraft" = {
|
||||
hostPath = "/persist/minecraft";
|
||||
isReadOnly = false;
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ _: {...}: {
|
|||
privateNetwork = true;
|
||||
hostBridge = "bridge0";
|
||||
localAddress = "192.168.1.11/24";
|
||||
localAddress6 = "2605:59c8:204b:bf00:200:ff:fe00:11/64";
|
||||
bindMounts = {
|
||||
"/var" = {
|
||||
hostPath = "/persist/website/var";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue