refactor: move GC and buildMethods options to sw module

- Move athenix.system.gc options from fleet/common.nix to sw/gc.nix
- Move athenix.host.buildMethods option to sw/gc.nix
- Move home-manager, agenix, disko imports to sw/default.nix
- Better separation: fleet/ handles generation, sw/ handles software config
This commit is contained in:
UGA Innovation Factory
2026-01-07 18:11:46 -05:00
parent d15b4d8067
commit 775080949d
2 changed files with 62 additions and 0 deletions

View File

@@ -28,8 +28,12 @@ in
imports = [
./python.nix
./ghostty.nix
./gc.nix
./updater.nix
./update-ref.nix
inputs.home-manager.nixosModules.home-manager
inputs.agenix.nixosModules.default
inputs.disko.nixosModules.disko
];
options.athenix.sw = {