chore: comment out unused media filesystem and update caddy hash
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m28s
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user