feat: add roundcube
feat: flake.lock update
This commit is contained in:
9
sp-modules/roundcube/flake.nix
Normal file
9
sp-modules/roundcube/flake.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
description = "Roundcube is a web-based email client.";
|
||||
|
||||
outputs = { self }: {
|
||||
nixosModules.default = import ./module.nix;
|
||||
configPathsNeeded =
|
||||
builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user