add new iPhone to syncthing.nix

This commit is contained in:
Ingolf Wagner 2024-06-12 15:56:31 +02:00
parent 459072cd24
commit 6d7489aca7
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 41 additions and 40 deletions

View file

@ -31,8 +31,7 @@ with lib; {
}; };
in in
clanMachines clanMachines
// (device "iPhone" "APFS6SA-VVTARXU-3WHHRZG-TE5N3T4-X4IC76V-T67EKZ6-NLGP3TW-EZYXYAH") // (device "iPhone" "RPQBSRB-DYEUUWQ-EAPMBA2-PL4MJ73-Y4F4ZTH-TAD7DUE-GEK56BG-HYW6YAF")
// (device "iPad" "JDDNVYD-H3WMSSS-WZ745KL-7QEGN6O-ZSGQLQU-YBR2L42-7FO7KJ4-BXPYDA5")
// (device "bumba" "JS7PWTO-VKFGBUP-GNFLSWP-MGFJ2KH-HLO2LKW-V3RPCR6-PCB5SQC-42FCKQZ") // (device "bumba" "JS7PWTO-VKFGBUP-GNFLSWP-MGFJ2KH-HLO2LKW-V3RPCR6-PCB5SQC-42FCKQZ")
; ;
@ -76,7 +75,7 @@ with lib; {
logseq = { logseq = {
enable = lib.mkDefault false; enable = lib.mkDefault false;
path = lib.mkDefault "/tmp/logseq"; path = lib.mkDefault "/tmp/logseq";
devices = [ "chungus" "cream" "cherry" "iPhone" "iPad" ]; devices = [ "chungus" "cream" "cherry" "iPhone" ];
}; };
lectures = { lectures = {
enable = lib.mkDefault false; enable = lib.mkDefault false;

View file

@ -37,7 +37,6 @@ with lib;
}; };
})) }))
mermaid-cli
# terminal code to image/movie renderer # terminal code to image/movie renderer
vhs vhs
@ -46,7 +45,46 @@ with lib;
asciinema-scenario asciinema-scenario
asciinema 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 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 in
[ [
lnav lnav
tmux tmux
@ -71,12 +108,6 @@ with lib;
netsniff-ng netsniff-ng
iftop iftop
# terminal recorder
asciinema
asciinema-agg
asciinema-scenario
termtosvg
# shell # shell
gum gum
yq-go yq-go
@ -85,34 +116,6 @@ with lib;
ijq ijq
miller 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" '' (pkgs.writers.writeBashBin "ssl-check-cert-of-domain" ''
DOMAIN=$1 DOMAIN=$1
echo | \ echo | \
@ -121,7 +124,6 @@ with lib;
${pkgs.less}/bin/less ${pkgs.less}/bin/less
'') '')
] ++ (map pandocScript (lib.cartesianProductOfSets { ] ++ (map pandocScript (lib.cartesianProductOfSets {
inputFormat = [ "man" "markdown" "mediawiki" "asciidoc" ]; inputFormat = [ "man" "markdown" "mediawiki" "asciidoc" ];
outputFormat = [ "mediawiki" "docbook5" "html5" "man" "jira" "markdown" ]; outputFormat = [ "mediawiki" "docbook5" "html5" "man" "jira" "markdown" ];