flake.nix: Actually expose mailsystem as nixosModule
This commit is contained in:
parent
6bc5f7dc07
commit
a3af3a5187
1 changed files with 5 additions and 0 deletions
|
|
@ -45,5 +45,10 @@
|
|||
alejandra.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
flake.nixosModules = rec {
|
||||
default = mailsystem;
|
||||
mailsystem = import ./mailsystem;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue