Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 27 additions & 25 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
programs.command-not-found.enable = false;
nixpkgs.config.allowUnfree = true;

boot.kernelPackages = pkgs.linuxPackages_6_15;
boot.kernelPackages = pkgs.linuxPackages_6_16;
environment.systemPackages = with pkgs; [
alejandra
btop
Expand Down
2 changes: 1 addition & 1 deletion systems/edge-nodes/modules/caddy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ in {
plugins = [
"github.com/WeidiDeng/[email protected]" # Module to retrieve trusted proxy IPs from cloudflare
];
hash = "sha256-w0pJEcwbawr9WKvnyWO++gGHYRUUUxGmGYkXqRvCQ8A=";
hash = "sha256-hsC894RFb4dASmCDdwZR6RAjrk1/5oflAM1uUX95IYM=";
};
enableReload =
true; # Reload caddy instead of restarting it on config changes
Expand Down
2 changes: 1 addition & 1 deletion systems/edge-nodes/systems/staging/modules/caddy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
plugins = [
"github.com/WeidiDeng/[email protected]" # Module to retrieve trusted proxy IPs from cloudflare
];
hash = "sha256-w0pJEcwbawr9WKvnyWO++gGHYRUUUxGmGYkXqRvCQ8A=";
hash = "sha256-hsC894RFb4dASmCDdwZR6RAjrk1/5oflAM1uUX95IYM=";
};
enableReload = true; # Reload caddy instead of restarting it on config changes
globalConfig = ''
Expand Down
Loading