aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-11-01 22:56:27 +0900
committernsfisis <nsfisis@gmail.com>2024-11-01 22:57:56 +0900
commitc30f8ff1523648ae617e5c475c44b056e60dafd3 (patch)
tree7184afe46f46d9eba78d3856cebaab8637f25f4c
parentb85bc0bf872f30db6a50aa2743e11f0cf2c7657b (diff)
downloaddotfiles-c30f8ff1523648ae617e5c475c44b056e60dafd3.tar.gz
dotfiles-c30f8ff1523648ae617e5c475c44b056e60dafd3.tar.zst
dotfiles-c30f8ff1523648ae617e5c475c44b056e60dafd3.zip
misc: add new host, akashi
-rw-r--r--flake.nix1
-rw-r--r--mitamae/node.akashi.json18
2 files changed, 19 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 8c01aff..5dc2fbd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -46,6 +46,7 @@
readJSON = p: builtins.fromJSON (builtins.readFile p);
mkHomeConfigurationFromJSON = p: mkHomeConfiguration (readJSON p).flake;
in {
+ akashi = mkHomeConfigurationFromJSON ./mitamae/node.akashi.json;
hotaru = mkHomeConfigurationFromJSON ./mitamae/node.hotaru.json;
pc168 = mkHomeConfigurationFromJSON ./mitamae/node.pc168.json;
};
diff --git a/mitamae/node.akashi.json b/mitamae/node.akashi.json
new file mode 100644
index 0000000..5a9464b
--- /dev/null
+++ b/mitamae/node.akashi.json
@@ -0,0 +1,18 @@
+{
+ "name": "akashi",
+ "profile": "private",
+ "targetArch": "x86_64-linux",
+ "flake": {
+ "system": "x86_64-linux",
+ "env": {
+ "username": "ken",
+ "homeDirectory": "/home/ken",
+ "gui": {
+ "clipboard": {
+ "copyCommand": "wl-copy"
+ },
+ "terminalApp": "alacritty"
+ }
+ }
+ }
+}