1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 11:31:09 +01:00

feat: wilde -> kabsa

This commit is contained in:
2021-09-19 09:41:51 +02:00
parent e2bd211d4b
commit 4cdf954732
10 changed files with 21 additions and 21 deletions

View File

@@ -40,11 +40,11 @@
folders =
let cloud-dir = "${config.users.users.me.home}/cloud";
in {
"${cloud-dir}/syncthing/common".devices = [ "wilde" "manakish" ];
"${cloud-dir}/syncthing/library".devices = [ "wilde" "manakish" "heym" ];
"${cloud-dir}/syncthing/mundoiu".devices = [ "wilde" "manakish" "heym" ];
"${cloud-dir}/syncthing/common".devices = [ "kabsa" "manakish" ];
"${cloud-dir}/syncthing/library".devices = [ "kabsa" "manakish" "heym" ];
"${cloud-dir}/syncthing/mundoiu".devices = [ "kabsa" "manakish" "heym" ];
"${cloud-dir}/syncthing/music" = {
devices = [ "wilde" "manakish" "heym" "zaatar" ];
devices = [ "kabsa" "manakish" "heym" "zaatar" ];
id = "music";
};
};

View File

@@ -47,7 +47,7 @@ in
systemd.services.mail-sync =
let
hosts = [ "manakish.r" "wilde.r" ];
hosts = [ "manakish.r" "kabsa.r" ];
in {
enable = true;
wants = [ "network-online.target" config.krebs.secret.files.email-ssh.service ];

View File

@@ -35,8 +35,8 @@ in {
user = "root";
port = sshPort;
};
wilde = {
hostname = "wilde.r";
kabsa = {
hostname = "kabsa.r";
user = "kfm";
port = sshPort;
};

View File

@@ -23,10 +23,10 @@ in
cert = toString <system-secrets/syncthing/cert.pem>;
key = toString <system-secrets/syncthing/key.pem>;
devices = {
inherit ((import <niveum/lib>).syncthing.devices) wilde manakish heym;
inherit ((import <niveum/lib>).syncthing.devices) kabsa manakish heym;
};
folders.${config.services.mpd.musicDirectory} = {
devices = [ "heym" "wilde" "manakish" ];
devices = [ "heym" "kabsa" "manakish" ];
id = "music";
type = "receiveonly";
};