aboutsummaryrefslogtreecommitdiff
path: root/hosts/ganymede
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-05 14:08:39 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-05 14:08:39 -0600
commite4a00e31c5a0a343749963598fa5d7faa49d60c1 (patch)
tree0e8fe85929f85a9e7da86f69431ad86de6ecceff /hosts/ganymede
parentc91c4042d707289c4e392d46e18bea4b8e0fade2 (diff)
fix weird thing with MC server docker
Diffstat (limited to 'hosts/ganymede')
-rw-r--r--hosts/ganymede/nixos.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/ganymede/nixos.nix b/hosts/ganymede/nixos.nix
index 5d56c95..17b68ac 100644
--- a/hosts/ganymede/nixos.nix
+++ b/hosts/ganymede/nixos.nix
@@ -16,6 +16,8 @@
facter.reportPath = ./facter.json;
+ virtualisation.oci-containers.backend = "docker"; # fix weird issue with minecraft server (only thing running in docker right now)
+
# backup usb teather configuration
systemd.network.networks."80-usb-teather" = {
name = "enp0s20f0u2";