chore: comment out unused media filesystem and update caddy hash
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s

This commit is contained in:
uttarayan21
2025-10-04 02:39:41 +05:30
parent 6ac1010bdc
commit a78ed09254
2 changed files with 6 additions and 6 deletions

View File

@@ -121,11 +121,11 @@
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/media" = { # fileSystems."/media" = {
device = "/dev/storage/media"; # device = "/dev/storage/media";
fsType = "ext4"; # fsType = "ext4";
options = ["users" "nofail"]; # options = ["users" "nofail"];
}; # };
fileSystems."/games" = { fileSystems."/games" = {
device = "/dev/storage/games"; device = "/dev/storage/games";

View File

@@ -164,7 +164,7 @@
# alvr-master = inputs.alvr.packages.${prev.system}.default; # alvr-master = inputs.alvr.packages.${prev.system}.default;
caddyWithHetzner = final.pkgs.caddy.withPlugins { caddyWithHetzner = final.pkgs.caddy.withPlugins {
plugins = ["github.com/caddy-dns/hetzner@v1.0.0"]; plugins = ["github.com/caddy-dns/hetzner@v1.0.0"];
hash = "sha256-eKnFJjil66nYjJszBRzJVFxEimvqKcJpTHBi5OsZHhM="; hash = "sha256-XPRZbZn/8pgd2ijB3Y52M94rCHkq1TJHMb95tQxZ5bE=";
}; };
}; };
anyrun-overlay = final: prev: { anyrun-overlay = final: prev: {