refactor: rename catch-all module to all

This commit is contained in:
Kiana Sheibani 2024-11-22 18:24:12 -05:00
parent dede65dc18
commit c9868c7887
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
# Aether modules # Aether modules
imports = [ imports = [
aether.aether aether.all
aether.deploy-rpi5 aether.deploy-rpi5
]; ];

View file

@ -27,7 +27,7 @@ outputs = inputs@{ self, nixpkgs, agenix, rpi5-kernel, ... }:
nixosModules = nixosModules =
modules modules
// { // {
aether.imports = lib.attrValues modules; all.imports = lib.attrValues modules;
deploy-rpi5 = { deploy-rpi5 = {
imports = [ ./deploy/rpi5 ]; imports = [ ./deploy/rpi5 ];
aether.deploy.rpi5.kernelPackages = aether.deploy.rpi5.kernelPackages =