mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
made minecraft container autostart
This commit is contained in:
parent
c4a813ac15
commit
26121e0ee1
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
_: {...}: {
|
_: {...}: {
|
||||||
containers."minecraft" = {
|
containers."minecraft" = {
|
||||||
ephemeral = true;
|
ephemeral = true;
|
||||||
|
autoStart = true;
|
||||||
privateNetwork = true;
|
privateNetwork = true;
|
||||||
hostBridge = "bridge0";
|
hostBridge = "bridge0";
|
||||||
localAddress = "192.168.1.10/24";
|
localAddress = "192.168.1.10/24";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue