mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-12 02:04:09 -05:00
update note synx
This commit is contained in:
parent
5bea3a130f
commit
0866542de3
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
|||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
config.systemd.services.note_sync = lib.mkIf config.service.note-sync.enable {
|
||||
}: lib.mkIf config.service.note-sync.enable {
|
||||
config.systemd.services.note_sync = {
|
||||
enable = true;
|
||||
description = "Auto sync notes to remote";
|
||||
serviceConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue