From 6d7489aca7e8ab013cf6d9258557d26efc0f4de0 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Wed, 12 Jun 2024 15:56:31 +0200 Subject: [PATCH] add new iPhone to syncthing.nix --- components/network/syncthing.nix | 5 +- homes/palo/packages/development.nix | 76 +++++++++++++++-------------- 2 files changed, 41 insertions(+), 40 deletions(-) diff --git a/components/network/syncthing.nix b/components/network/syncthing.nix index 557e4eb..1af1f22 100644 --- a/components/network/syncthing.nix +++ b/components/network/syncthing.nix @@ -31,8 +31,7 @@ with lib; { }; in clanMachines - // (device "iPhone" "APFS6SA-VVTARXU-3WHHRZG-TE5N3T4-X4IC76V-T67EKZ6-NLGP3TW-EZYXYAH") - // (device "iPad" "JDDNVYD-H3WMSSS-WZ745KL-7QEGN6O-ZSGQLQU-YBR2L42-7FO7KJ4-BXPYDA5") + // (device "iPhone" "RPQBSRB-DYEUUWQ-EAPMBA2-PL4MJ73-Y4F4ZTH-TAD7DUE-GEK56BG-HYW6YAF") // (device "bumba" "JS7PWTO-VKFGBUP-GNFLSWP-MGFJ2KH-HLO2LKW-V3RPCR6-PCB5SQC-42FCKQZ") ; @@ -76,7 +75,7 @@ with lib; { logseq = { enable = lib.mkDefault false; path = lib.mkDefault "/tmp/logseq"; - devices = [ "chungus" "cream" "cherry" "iPhone" "iPad" ]; + devices = [ "chungus" "cream" "cherry" "iPhone" ]; }; lectures = { enable = lib.mkDefault false; diff --git a/homes/palo/packages/development.nix b/homes/palo/packages/development.nix index 32e96ad..f7f14dd 100644 --- a/homes/palo/packages/development.nix +++ b/homes/palo/packages/development.nix @@ -37,7 +37,6 @@ with lib; }; })) - mermaid-cli # terminal code to image/movie renderer vhs @@ -46,7 +45,46 @@ with lib; asciinema-scenario asciinema + + # nomad + nomad + vault + consul + wander + + # terraform + terragrunt + terraform + terraform-docs + awscli2 + packer + + # documentation renderers + mdbook + zola + mermaid-cli + + marp-cli # markdown to presentation framework + + # terminal recorder + asciinema + asciinema-agg + asciinema-scenario + termtosvg + + + nodePackages.prettier + shfmt + black + pre-commit + nixpkgs-fmt + treefmt + + # python + python3Full + pipenv + ]; }) { @@ -62,7 +100,6 @@ with lib; ''; in [ - lnav tmux @@ -71,12 +108,6 @@ with lib; netsniff-ng iftop - # terminal recorder - asciinema - asciinema-agg - asciinema-scenario - termtosvg - # shell gum yq-go @@ -85,34 +116,6 @@ with lib; ijq miller - # nomad - nomad - vault - consul - wander - - # terraform - terragrunt - terraform - terraform-docs - awscli2 - packer - - # python - python3Full - pipenv - - mdbook - zola - - nodePackages.prettier - shfmt - black - pre-commit - nixpkgs-fmt - treefmt - - (pkgs.writers.writeBashBin "ssl-check-cert-of-domain" '' DOMAIN=$1 echo | \ @@ -121,7 +124,6 @@ with lib; ${pkgs.less}/bin/less '') - ] ++ (map pandocScript (lib.cartesianProductOfSets { inputFormat = [ "man" "markdown" "mediawiki" "asciidoc" ]; outputFormat = [ "mediawiki" "docbook5" "html5" "man" "jira" "markdown" ];