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
# -------------------------------
oscar_cpap = {
enable = lib.mkDefault false;
path = lib.mkDefault "/tmp/oscar_cpap";
devices = [ "chungus" "cream" "cherry" ];
};
audiobooks = {
enable = lib.mkDefault false;
path = lib.mkDefault "/tmp/audiobooks";

View File

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

View File

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

View File

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

View File

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