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