2 networking.firewall.allowedTCPPorts = [ 443 ];
9 "komuhn" = pkgs.stdenv.mkDerivation {
10 name = "komuhn-theme";
12 src = pkgs.fetchFromGitHub {
14 repo = "komuhn.org-old";
16 hash = "sha256-sn9Fvt1DCGVzKVZClmPRL0SadD9krX+h8nwwWwZz0P0=";
19 installPhase = "mkdir -p $out; cp -R * $out/";
23 extraConfig = "$table_prefix = \"fwt_\";";