diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-09-07 02:38:53 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-09-07 02:38:53 +0900 |
| commit | 6a7baab2da521c9564a2408d60d885816f1a1be6 (patch) | |
| tree | 59f49a19f231182c1d1ec86c04222bf3c7c85e30 /mitamae/node.work-pc168.json | |
| parent | 53bd8c469f6d7129658badd92f02d91496ff5647 (diff) | |
| download | dotfiles-6a7baab2da521c9564a2408d60d885816f1a1be6.tar.gz dotfiles-6a7baab2da521c9564a2408d60d885816f1a1be6.tar.zst dotfiles-6a7baab2da521c9564a2408d60d885816f1a1be6.zip | |
mitamae: introduce mitamae to provision
Diffstat (limited to 'mitamae/node.work-pc168.json')
| -rw-r--r-- | mitamae/node.work-pc168.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mitamae/node.work-pc168.json b/mitamae/node.work-pc168.json new file mode 100644 index 0000000..2ef46e1 --- /dev/null +++ b/mitamae/node.work-pc168.json @@ -0,0 +1,17 @@ +{ + "name": "work-pc168", + "use": "work", + "targetArch": "aarch64-darwin", + "flake": { + "system": "aarch64-darwin", + "env": { + "username": "ken", + "homeDirectory": "/Users/ken", + "gui": { + "clipboard": { + "copyCommand": "pbcopy" + } + } + } + } +} |
