yuki: disable mc, update hardware, bump wallos
All checks were successful
flake check / check (push) Successful in 3m41s
fmt check / check (push) Successful in 39s

This commit is contained in:
notohh 2023-12-07 04:48:52 -05:00
parent 7cdc57cb1f
commit c9c7bcc567
Signed by: notohh
GPG key ID: BD47506D475EE86D
3 changed files with 5 additions and 7 deletions

View file

@ -13,7 +13,7 @@
boot.extraModulePackages = []; boot.extraModulePackages = [];
fileSystems."/" = { fileSystems."/" = {
device = "/dev/disk/by-uuid/625f557a-99a0-4e2d-9aef-f3aed7cea1c8"; device = "/dev/disk/by-uuid/833959fb-de9d-4820-aa22-e6ce8bce6f6c";
fsType = "ext4"; fsType = "ext4";
}; };
@ -28,9 +28,8 @@
}; };
swapDevices = [ 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; networking.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";

View file

@ -4,7 +4,6 @@
./traefik.nix ./traefik.nix
./stash.nix ./stash.nix
./jellyfin.nix ./jellyfin.nix
./minecraft.nix
./wallos.nix ./wallos.nix
./homepage.nix ./homepage.nix
./glances.nix ./glances.nix

View file

@ -1,12 +1,12 @@
_: { _: {
virtualisation.oci-containers.containers.wallos = { virtualisation.oci-containers.containers.wallos = {
image = "bellamy/wallos"; image = "bellamy/wallos:latest";
ports = [ ports = [
"8282:80" "8282:80"
]; ];
volumes = [ volumes = [
"/home/notohh/docker/wallos/db:/var/www/html/db" "/home/notoh/docker/wallos/db:/var/www/html/db"
"/home/notohh/docker/wallos/logos:/var/www/html/images/uploads/logos" "/home/notoh/docker/wallos/logos:/var/www/html/images/uploads/logos"
]; ];
environment = { environment = {
TZ = "America/New_York"; TZ = "America/New_York";