add OSCAR and to read CPAP data

This commit is contained in:
Ingolf Wagner 2024-04-25 11:16:49 +02:00
parent 57771e1147
commit 65eac0b41c
No known key found for this signature in database
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";