From 81c449c080ec4f271a11eb5583aecd4120243197 Mon Sep 17 00:00:00 2001
From: chayleaf <chayleaf-git@pavluk.org>
Date: Fri, 31 Jan 2025 20:29:31 +0700
Subject: [PATCH] minor style changes

---
 flake.nix | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/flake.nix b/flake.nix
index d43e5f6..605107e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -137,7 +137,6 @@
       router-emmc = mkBpiR3 "emmc" routerConfig;
       router-sd = mkBpiR3 "sd" routerConfig;
       ereader = {
-        # TODO uncom
         flake = inputs.nixpkgs-kernel;
         system = "aarch64-linux";
         modules = [
@@ -203,7 +202,7 @@
     hydraJobs = {
       server.${config.server.system} = self.nixosConfigurations.server.config.system.build.toplevel;
       router.${config.router-emmc.system} = self.nixosConfigurations.router-emmc.config.system.build.toplevel;
-      ereader.${config.phone.system} = self.nixosConfigurations.ereader.config.system.build.toplevel;
+      ereader.${config.ereader.system} = self.nixosConfigurations.ereader.config.system.build.toplevel;
       phone.${config.phone.system} = self.nixosConfigurations.phone.config.system.build.toplevel;
       phone-home.${config.phone.system} = self.homeConfigurations."user@phone".activation-script;
       workstation.${config.nixmsi.system} = self.nixosConfigurations.nixmsi.config.system.build.toplevel;