refactor: rename catch-all module to all
This commit is contained in:
parent
dede65dc18
commit
c9868c7887
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
# Aether modules
|
||||
|
||||
imports = [
|
||||
aether.aether
|
||||
aether.all
|
||||
aether.deploy-rpi5
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ outputs = inputs@{ self, nixpkgs, agenix, rpi5-kernel, ... }:
|
|||
nixosModules =
|
||||
modules
|
||||
// {
|
||||
aether.imports = lib.attrValues modules;
|
||||
all.imports = lib.attrValues modules;
|
||||
deploy-rpi5 = {
|
||||
imports = [ ./deploy/rpi5 ];
|
||||
aether.deploy.rpi5.kernelPackages =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue