minor style changes

This commit is contained in:
chayleaf 2025-01-31 20:29:31 +07:00
parent 7ee41b9f5c
commit 81c449c080
Signed by: chayleaf
GPG key ID: 78171AD46227E68E

View file

@ -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;