add new iPhone to syncthing.nix
This commit is contained in:
parent
459072cd24
commit
6d7489aca7
2 changed files with 41 additions and 40 deletions
|
@ -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;
|
||||
|
|
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue