Skip to content

Commit

Permalink
πŸ’š Fix hash again again
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuggle committed Aug 31, 2024
1 parent a813232 commit 22eb79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/common/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@
shell = pkgs.fish;
openssh.authorizedKeys.keys = [ (builtins.fetchurl {
url = "https://github.com/${config.users.users.snuggle.name}.keys";
sha256 = "1d16baihs6d95zkj0mvm7drmyxjnxybwbrivjf91a0innjlhdz07";
sha256 = "1bvyxgb893q00nfbns7qghc25j7f5dnnnjfd0nbq0cllpjrqqfk6";
}) ];
extraGroups = [ "wheel" "libvirtd" "scanner" "lp" "adbusers" "docker" "networkmanager" ];
};
Expand Down

0 comments on commit 22eb79b

Please sign in to comment.