NixOs config for my hosts
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Correct hash mismatch

+11
+11
hosts/frame1/default.nix
··· 43 43 44 44 programs.defguard-client = { 45 45 enable = true; 46 + package = inputs.defguard.packages.${pkgs.stdenv.hostPlatform.system}.default.overrideAttrs (old: { 47 + pnpmDeps = pkgs.fetchPnpmDeps { 48 + inherit (old) 49 + pname 50 + version 51 + src 52 + ; 53 + fetcherVersion = 2; 54 + hash = "sha256-HvCoUkSHIMXjOYb4nVk1OkhhtTl+ZhfbsIkPSvpPKrI="; 55 + }; 56 + }); 46 57 }; 47 58 48 59 services.sysc-greet = {