From 6a25769f587ac4e565cf7394f6000bdc90016ff2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 10 Sep 2023 17:41:08 +0900 Subject: meta: rename node files --- mitamae/default.rb | 2 +- mitamae/node.hotaru.json | 17 +++++++++++++++++ mitamae/node.pc168.json | 17 +++++++++++++++++ mitamae/node.private-hotaru.json | 17 ----------------- mitamae/node.work-pc168.json | 17 ----------------- 5 files changed, 35 insertions(+), 35 deletions(-) create mode 100644 mitamae/node.hotaru.json create mode 100644 mitamae/node.pc168.json delete mode 100644 mitamae/node.private-hotaru.json delete mode 100644 mitamae/node.work-pc168.json (limited to 'mitamae') diff --git a/mitamae/default.rb b/mitamae/default.rb index 361d50d..d729f31 100644 --- a/mitamae/default.rb +++ b/mitamae/default.rb @@ -96,7 +96,7 @@ execute "cargo: install hgrep" do not_if "type hgrep" end -if node[:use] == "private" +if node[:profile] == "private" package "pkg-config" package "libssl-dev" diff --git a/mitamae/node.hotaru.json b/mitamae/node.hotaru.json new file mode 100644 index 0000000..0885bed --- /dev/null +++ b/mitamae/node.hotaru.json @@ -0,0 +1,17 @@ +{ + "name": "hotaru", + "profile": "private", + "targetArch": "x86_64-linux", + "flake": { + "system": "x86_64-linux", + "env": { + "username": "ken", + "homeDirectory": "/home/ken", + "gui": { + "clipboard": { + "copyCommand": null + } + } + } + } +} diff --git a/mitamae/node.pc168.json b/mitamae/node.pc168.json new file mode 100644 index 0000000..dfd3544 --- /dev/null +++ b/mitamae/node.pc168.json @@ -0,0 +1,17 @@ +{ + "name": "pc168", + "profile": "work", + "targetArch": "aarch64-darwin", + "flake": { + "system": "aarch64-darwin", + "env": { + "username": "ken", + "homeDirectory": "/Users/ken", + "gui": { + "clipboard": { + "copyCommand": "pbcopy" + } + } + } + } +} diff --git a/mitamae/node.private-hotaru.json b/mitamae/node.private-hotaru.json deleted file mode 100644 index 60cec07..0000000 --- a/mitamae/node.private-hotaru.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "private-hotaru", - "use": "private", - "targetArch": "x86_64-linux", - "flake": { - "system": "x86_64-linux", - "env": { - "username": "ken", - "homeDirectory": "/home/ken", - "gui": { - "clipboard": { - "copyCommand": null - } - } - } - } -} diff --git a/mitamae/node.work-pc168.json b/mitamae/node.work-pc168.json deleted file mode 100644 index 2ef46e1..0000000 --- a/mitamae/node.work-pc168.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "work-pc168", - "use": "work", - "targetArch": "aarch64-darwin", - "flake": { - "system": "aarch64-darwin", - "env": { - "username": "ken", - "homeDirectory": "/Users/ken", - "gui": { - "clipboard": { - "copyCommand": "pbcopy" - } - } - } - } -} -- cgit v1.2.3-70-g09d2