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 --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 7447494..caeb8f3 100644 --- a/flake.nix +++ b/flake.nix @@ -46,8 +46,8 @@ readJSON = p: builtins.fromJSON (builtins.readFile p); mkHomeConfigurationFromJSON = p: mkHomeConfiguration (readJSON p).flake; in { - private-hotaru = mkHomeConfigurationFromJSON ./mitamae/node.private-hotaru.json; - work-pc168 = mkHomeConfigurationFromJSON ./mitamae/node.work-pc168.json; + hotaru = mkHomeConfigurationFromJSON ./mitamae/node.hotaru.json; + pc168 = mkHomeConfigurationFromJSON ./mitamae/node.pc168.json; }; }; } -- cgit v1.2.3-70-g09d2