aboutsummaryrefslogtreecommitdiffhomepage
path: root/flake.nix
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 /flake.nix
parentb85bc0bf872f30db6a50aa2743e11f0cf2c7657b (diff)
downloaddotfiles-c30f8ff1523648ae617e5c475c44b056e60dafd3.tar.gz
dotfiles-c30f8ff1523648ae617e5c475c44b056e60dafd3.tar.zst
dotfiles-c30f8ff1523648ae617e5c475c44b056e60dafd3.zip
misc: add new host, akashi
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 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;
};