feat: syncthing djuasdhjnasbhjbdahjbdahjsb
This commit is contained in:
@@ -37,41 +37,57 @@
|
||||
keyFile = "/persist/vault/root/deertopia-key";
|
||||
};
|
||||
|
||||
git-annex = {
|
||||
# git-annex = {
|
||||
# enable = true;
|
||||
# user.name = "annex";
|
||||
# user.email = "annex@deertopia.net";
|
||||
# keyFiles = [
|
||||
# ../../public-keys/crumb-at-guix-rebound.pub
|
||||
# ../../public-keys/crumble-at-fruitbook.pub
|
||||
# ../../public-keys/lain-at-deertopia.pub
|
||||
# ];
|
||||
# repos = {
|
||||
# "/persist/vault/jellyfin/Documents" = {
|
||||
# managed = true;
|
||||
# symlinkToAnnexHome = "documents";
|
||||
# remotes = {
|
||||
# "guix-rebound" = "crumb@guix-rebound:Documents";
|
||||
# };
|
||||
# };
|
||||
# "/persist/vault/jellyfin/Music" = {
|
||||
# managed = true;
|
||||
# symlinkToAnnexHome = "music";
|
||||
# remotes = {
|
||||
# "guix-rebound" = "crumb@guix-rebound:Music";
|
||||
# };
|
||||
# };
|
||||
# "/persist/deertopia.net/dav/org" = {
|
||||
# managed = true;
|
||||
# symlinkToAnnexHome = "org";
|
||||
# remotes = {
|
||||
# "guix-rebound" = "crumb@guix-rebound:org";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
|
||||
syncthing = {
|
||||
enable = true;
|
||||
user.name = "annex";
|
||||
user.email = "annex@deertopia.net";
|
||||
keyFiles = [
|
||||
../../public-keys/crumb-at-guix-rebound.pub
|
||||
../../public-keys/crumble-at-fruitbook.pub
|
||||
../../public-keys/lain-at-deertopia.pub
|
||||
];
|
||||
repos = {
|
||||
"/persist/vault/jellyfin/Documents" = {
|
||||
managed = true;
|
||||
symlinkToAnnexHome = "documents";
|
||||
remotes = {
|
||||
"guix-rebound" = "crumb@guix-rebound:Documents";
|
||||
};
|
||||
};
|
||||
"/persist/vault/jellyfin/Music" = {
|
||||
managed = true;
|
||||
symlinkToAnnexHome = "music";
|
||||
remotes = {
|
||||
"guix-rebound" = "crumb@guix-rebound:Music";
|
||||
};
|
||||
};
|
||||
"/persist/deertopia.net/dav/org" = {
|
||||
managed = true;
|
||||
symlinkToAnnexHome = "org";
|
||||
remotes = {
|
||||
"guix-rebound" = "crumb@guix-rebound:org";
|
||||
};
|
||||
devices = {
|
||||
"guix-rebound".id =
|
||||
"Q5B6LIV-5HQMWWV-XFQL5IT-PHP7PVE-XFWUVHK-F6WJ42C-OPMR4M7-GFNK3AG";
|
||||
};
|
||||
folders = {
|
||||
"Music" = {
|
||||
path = "/persist/vault/jellyfin/Music";
|
||||
devices = [ "guix-rebound" ];
|
||||
ignorePerms = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
deertopia = {
|
||||
# slskd.enable = true;
|
||||
jellyfin.enable = true;
|
||||
nginx.enable = true;
|
||||
webdav.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user