From c9c7bcc5676e90bd50abff87289b25ea431a6887 Mon Sep 17 00:00:00 2001 From: notohh Date: Thu, 7 Dec 2023 04:48:52 -0500 Subject: [PATCH] yuki: disable mc, update hardware, bump wallos --- hosts/yuki/hardware-configuration.nix | 5 ++--- hosts/yuki/services/default.nix | 1 - hosts/yuki/services/wallos.nix | 6 +++--- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/hosts/yuki/hardware-configuration.nix b/hosts/yuki/hardware-configuration.nix index 7c7dbb0..94dd9af 100644 --- a/hosts/yuki/hardware-configuration.nix +++ b/hosts/yuki/hardware-configuration.nix @@ -13,7 +13,7 @@ boot.extraModulePackages = []; fileSystems."/" = { - device = "/dev/disk/by-uuid/625f557a-99a0-4e2d-9aef-f3aed7cea1c8"; + device = "/dev/disk/by-uuid/833959fb-de9d-4820-aa22-e6ce8bce6f6c"; fsType = "ext4"; }; @@ -28,9 +28,8 @@ }; swapDevices = [ - {device = "/dev/disk/by-uuid/5be1a83b-5b40-4068-ade3-fcf28ff07e35";} + {device = "/dev/disk/by-uuid/bd7ccb73-6f85-4b3d-b37f-5cff58a6ab59";} ]; - networking.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; diff --git a/hosts/yuki/services/default.nix b/hosts/yuki/services/default.nix index 54d8dd3..fa03e41 100644 --- a/hosts/yuki/services/default.nix +++ b/hosts/yuki/services/default.nix @@ -4,7 +4,6 @@ ./traefik.nix ./stash.nix ./jellyfin.nix - ./minecraft.nix ./wallos.nix ./homepage.nix ./glances.nix diff --git a/hosts/yuki/services/wallos.nix b/hosts/yuki/services/wallos.nix index caeecb3..7a9a5b5 100644 --- a/hosts/yuki/services/wallos.nix +++ b/hosts/yuki/services/wallos.nix @@ -1,12 +1,12 @@ _: { virtualisation.oci-containers.containers.wallos = { - image = "bellamy/wallos"; + image = "bellamy/wallos:latest"; ports = [ "8282:80" ]; volumes = [ - "/home/notohh/docker/wallos/db:/var/www/html/db" - "/home/notohh/docker/wallos/logos:/var/www/html/images/uploads/logos" + "/home/notoh/docker/wallos/db:/var/www/html/db" + "/home/notoh/docker/wallos/logos:/var/www/html/images/uploads/logos" ]; environment = { TZ = "America/New_York";