move bitwarden to SP module

This commit is contained in:
Alexander Tomokhov
2023-12-03 12:29:01 +04:00
committed by Alexander Tomokhov
parent ade4dc08b1
commit c0aa73ca1b
10 changed files with 103 additions and 60 deletions

View File

@@ -109,16 +109,6 @@ with lib;
##############
# Services #
##############
bitwarden = {
enable = mkOption {
default = false;
type = types.nullOr types.bool;
};
location = mkOption {
default = "sda1";
type = types.nullOr types.str;
};
};
email = {
location = mkOption {
default = "sda1";