Skip to content

Commit

Permalink
Comment out the key part, so the CI works again (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Feb 17, 2025
1 parent 7da34d5 commit 327c663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systems/madara/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ in
enable = true;
package = pkgs.unstable.beszel;
gpu = true;
key = builtins.readFile config.sops.secrets."tokens/beszel-marvin".path;
# key = builtins.readFile config.sops.secrets."tokens/beszel-marvin".path;
# keyFile = config.sops.secrets."tokens/beszel-marvin".path;
extraFilesystems = [
"nvme0n1p1"
Expand Down

0 comments on commit 327c663

Please sign in to comment.