feat: initial
This commit is contained in:
commit
bba9ceff39
18 changed files with 750 additions and 0 deletions
41
data/services.nix
Normal file
41
data/services.nix
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
let
|
||||
lib = import <nixpkgs/lib>;
|
||||
storage_data = import ./storage.nix;
|
||||
in
|
||||
rec {
|
||||
qbittorrent = {
|
||||
root_dir = "${storage_data.ssd.path}/qbittorrent";
|
||||
vpn = {
|
||||
username = "KNLdup50RYT1911K";
|
||||
password = "FQCd6rfszoze0BJGgBhMHa3pIzpUdtyt";
|
||||
};
|
||||
};
|
||||
kiwix = {
|
||||
root_dir = "${storage_data.ssd.path}/kiwix";
|
||||
urls = [
|
||||
"https://ftp.fau.de/kiwix/zim/wikipedia/wikipedia_en_all_nopic_2025-08.zim"
|
||||
"https://download.kiwix.org/zim/wikipedia/wikipedia_de_all_nopic_2026-01.zim"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue