From a78ed09254a7e790f0f153532b9631ca9b48c943 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Sat, 4 Oct 2025 02:39:41 +0530 Subject: [PATCH] chore: comment out unused media filesystem and update caddy hash --- nixos/ryu/ryu.nix | 10 +++++----- overlays.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nixos/ryu/ryu.nix b/nixos/ryu/ryu.nix index e4648f12..9966d852 100644 --- a/nixos/ryu/ryu.nix +++ b/nixos/ryu/ryu.nix @@ -121,11 +121,11 @@ fsType = "ext4"; }; - fileSystems."/media" = { - device = "/dev/storage/media"; - fsType = "ext4"; - options = ["users" "nofail"]; - }; + # fileSystems."/media" = { + # device = "/dev/storage/media"; + # fsType = "ext4"; + # options = ["users" "nofail"]; + # }; fileSystems."/games" = { device = "/dev/storage/games"; diff --git a/overlays.nix b/overlays.nix index 91c8c045..11acfc0f 100644 --- a/overlays.nix +++ b/overlays.nix @@ -164,7 +164,7 @@ # alvr-master = inputs.alvr.packages.${prev.system}.default; caddyWithHetzner = final.pkgs.caddy.withPlugins { plugins = ["github.com/caddy-dns/hetzner@v1.0.0"]; - hash = "sha256-eKnFJjil66nYjJszBRzJVFxEimvqKcJpTHBi5OsZHhM="; + hash = "sha256-XPRZbZn/8pgd2ijB3Y52M94rCHkq1TJHMb95tQxZ5bE="; }; }; anyrun-overlay = final: prev: {