add OSCAR and to read CPAP data

main
Ingolf Wagner 2024-04-25 11:16:49 +02:00
parent 57771e1147
commit 65eac0b41c
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
5 changed files with 19 additions and 0 deletions

View File

@ -51,6 +51,11 @@ with lib; {
# needs to be on encrypted drives # needs to be on encrypted drives
# ------------------------------- # -------------------------------
oscar_cpap = {
enable = lib.mkDefault false;
path = lib.mkDefault "/tmp/oscar_cpap";
devices = [ "chungus" "cream" "cherry" ];
};
audiobooks = { audiobooks = {
enable = lib.mkDefault false; enable = lib.mkDefault false;
path = lib.mkDefault "/tmp/audiobooks"; path = lib.mkDefault "/tmp/audiobooks";

View File

@ -46,6 +46,8 @@ with lib;
unstable.yt-dlp unstable.yt-dlp
OSCAR
]; ];
}; };

View File

@ -16,6 +16,10 @@
# on encrypted drive # on encrypted drive
# ------------------ # ------------------
oscar_cpap = {
enable = true;
path = "/home/palo/Documents/OSCAR_Data";
};
password-store = { password-store = {
enable = true; enable = true;
path = "/home/palo/.password-store"; path = "/home/palo/.password-store";

View File

@ -14,6 +14,10 @@
folders = { folders = {
# on encrypted drive # on encrypted drive
# ------------------ # ------------------
oscar_cpap = {
enable = true;
path = "/syncthing/oscar_cpap";
};
logseq = { logseq = {
enable = true; enable = true;
path = "/syncthing/logseq"; path = "/syncthing/logseq";

View File

@ -16,6 +16,10 @@
# on encrypted drive # on encrypted drive
# ------------------ # ------------------
oscar_cpap = {
enable = true;
path = "/home/palo/Documents/OSCAR_Data";
};
password-store = { password-store = {
enable = true; enable = true;
path = "/home/palo/.password-store"; path = "/home/palo/.password-store";