diff --git a/flake.nix b/flake.nix index 4bb3099..2c62bc9 100644 --- a/flake.nix +++ b/flake.nix @@ -40,8 +40,7 @@ outputs = inputs@{ self, nixpkgs, agenix, rpi5-kernel, ... }: nixosConfigurations."toki-aether" = nixpkgs.lib.nixosSystem { - specialArgs = { - inherit forgejo-tokyo-night; + specialArgs = inputs // { aether = self.nixosModules; }; modules = [