mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
remove secrets from chezmoi (now managed with sops-nix)
This commit is contained in:
parent
4b5a21c946
commit
3152ed7f62
@ -1,2 +0,0 @@
|
|||||||
secret:
|
|
||||||
command: "rbw-get"
|
|
@ -1,20 +0,0 @@
|
|||||||
[general]
|
|
||||||
status_path = "~/.vdirsyncer/status/"
|
|
||||||
|
|
||||||
[pair personal_calendar]
|
|
||||||
a = "personal_calendar_local"
|
|
||||||
b = "personal_calendar_remote"
|
|
||||||
collections = ["from a", "from b"]
|
|
||||||
metadata = ["color"]
|
|
||||||
|
|
||||||
[storage personal_calendar_local]
|
|
||||||
type = "filesystem"
|
|
||||||
path = "~/.calendars/"
|
|
||||||
fileext = ".ics"
|
|
||||||
|
|
||||||
[storage personal_calendar_remote]
|
|
||||||
type = "caldav"
|
|
||||||
|
|
||||||
url = "{{ (secret "Vdirsyncer - Calendar" "url") }}"
|
|
||||||
username = "{{ (secret "Vdirsyncer - Calendar" "Username") }}"
|
|
||||||
password = "{{ (secret "Vdirsyncer - Calendar" "Password") }}"
|
|
@ -1,19 +0,0 @@
|
|||||||
[general]
|
|
||||||
status_path = "~/.vdirsyncer/status/"
|
|
||||||
|
|
||||||
[pair personal_contacts]
|
|
||||||
a = "personal_contacts_local"
|
|
||||||
b = "personal_contacts_remote"
|
|
||||||
collections = ["from a", "from b"]
|
|
||||||
|
|
||||||
[storage personal_contacts_local]
|
|
||||||
type = "filesystem"
|
|
||||||
path = "~/.contacts/"
|
|
||||||
fileext = ".vcf"
|
|
||||||
|
|
||||||
[storage personal_contacts_remote]
|
|
||||||
type = "carddav"
|
|
||||||
|
|
||||||
url = "{{ (secret "Vdirsyncer - Contacts" "url") }}"
|
|
||||||
username = "{{ (secret "Vdirsyncer - Contacts" "Username") }}"
|
|
||||||
password = "{{ (secret "Vdirsyncer - Contacts" "Password") }}"
|
|
Loading…
x
Reference in New Issue
Block a user