Commit 6129e51bce7c

Vincent Demeester <vincent@sbr.pm>
2026-07-29 13:49:01
chore: remove aomi and aion from systemConfigs
Removed system-manager configurations for aomi and aion. Aomi caused fork-bomb-like SSH failures due to broken PATH in /etc/profile.d and /etc/environment.d. Aion is a NixOS host that never needed system-manager.
1 parent f77912a
Changed files (2)
systems/aomi/system.nix
@@ -1,6 +0,0 @@
-{ ... }:
-{
-  imports = [
-    ../common/fedora-work/system.nix
-  ];
-}
flake.nix
@@ -158,14 +158,6 @@
 
       # system-manager configurations
       systemConfigs = {
-        aion = libx.mkSystemManager {
-          hostname = "aion";
-          system = "aarch64-linux";
-        };
-        aomi = libx.mkSystemManager {
-          hostname = "aomi";
-          system = "x86_64-linux";
-        };
         nagoya = libx.mkSystemManager {
           hostname = "nagoya";
           system = "aarch64-linux";