Skip to content

Commit

Permalink
fix(garuda-mail): fix error introduced during refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
dr460nf1r3 committed Sep 9, 2023
1 parent 2ca5083 commit 55a63ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ in
inherit system;
inherit specialArgs;
modules = defaultModules ++ [
./garuda-mail.nix
inputs.nixpkgs-mailserver.nixpkgsModule
./hosts/garuda-mail.nix
inputs.nixos-mailserver.nixosModule
];
};
"immortalis" = nixpkgs.lib.nixosSystem {
Expand Down

0 comments on commit 55a63ff

Please sign in to comment.