add OSCAR and to read CPAP data
This commit is contained in:
parent
57771e1147
commit
65eac0b41c
5 changed files with 19 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -46,6 +46,8 @@ with lib;
|
|||
|
||||
unstable.yt-dlp
|
||||
|
||||
OSCAR
|
||||
|
||||
];
|
||||
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -14,6 +14,10 @@
|
|||
folders = {
|
||||
# on encrypted drive
|
||||
# ------------------
|
||||
oscar_cpap = {
|
||||
enable = true;
|
||||
path = "/syncthing/oscar_cpap";
|
||||
};
|
||||
logseq = {
|
||||
enable = true;
|
||||
path = "/syncthing/logseq";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue