init: obsidian
remove onedrive and sync documents over obsidian vault that is encrypted
This commit is contained in:
parent
23e93efbf8
commit
333059a879
3 changed files with 133 additions and 49 deletions
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
|
||||
let
|
||||
cfg = config.wyrdgard.services.onedrive;
|
||||
inherit (lib) mkEnableOption mkIf;
|
||||
in
|
||||
{
|
||||
options.wyrdgard.services.onedrive = {
|
||||
enable = mkEnableOption "Enable OneDrive integration";
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
services.onedrive = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue