switch to nix caddy plugin module

in order to prevent frequent need to re-hash
This commit is contained in:
Noah Masur
2026-07-21 15:08:29 +00:00
parent e7fd5eb770
commit 829af86dd8
4 changed files with 68 additions and 19 deletions
+6
View File
@@ -40,6 +40,12 @@
# inputs.nixpkgs.follows = "nixpkgs"; # Use system packages list for their inputs
};
# Caddy with decoupled plugin hashes
nix-caddy-withplugins = {
url = "github:MichailiK/nix-caddy-withplugins/nixos-unstable";
# Important: Do not follow nixpkgs here, per the README
};
# Manage disk format and partitioning
disko = {
url = "github:nix-community/disko";