feat: unify home-pc naming

This commit is contained in:
Felix Schröter 2022-02-05 01:24:41 +01:00
parent dfe6dbecf3
commit b6dbe19a6f
Signed by: felschr
GPG key ID: 671E39E6744C807D
5 changed files with 8 additions and 8 deletions

View file

@ -13,7 +13,7 @@ in {
configDir = "/home/felschr/.config/syncthing";
dataDir = "/home/felschr/.local/share/syncthing";
devices = {
felix-nixos = {
home-pc = {
id = "S4GZGYU-YN4SRVQ-SXSVWSJ-QYJYNIZ-LECWTJN-YMIUN5U-SNKECTW-BD3KOAB";
};
};
@ -22,13 +22,13 @@ in {
"Default" = {
id = "default";
path = "/home/felschr/sync/default";
devices = [ "felix-nixos" ];
devices = [ "home-pc" ];
inherit versioning;
};
"Backups" = {
id = "backups";
path = "/home/felschr/sync/backups";
devices = [ "felix-nixos" ];
devices = [ "home-pc" ];
inherit versioning;
};
};