move bitwarden to SP module
This commit is contained in:

committed by
Alexander Tomokhov

parent
ade4dc08b1
commit
c0aa73ca1b
10
sp-modules/bitwarden/flake.nix
Normal file
10
sp-modules/bitwarden/flake.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
description = "PoC SP module for Bitwarden password management solution";
|
||||
|
||||
outputs = { self }: {
|
||||
nixosModules.default = _:
|
||||
{ imports = [ ./module.nix ./cleanup-module.nix ]; };
|
||||
configPathsNeeded =
|
||||
builtins.fromJSON (builtins.readFile ./config-paths-needed.json);
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user