syncthing update

This commit is contained in:
Kopatz
2024-06-19 16:12:47 +02:00
parent 394a7af1e4
commit 849e3aa521
2 changed files with 3 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ in
}; };
phone = { phone = {
id = "XFQ7MV6-MKBYQXH-WGYVQUB-BYJJPFJ-HJTNZEP-PXWAMYY-DMADWSU-PQOTVAI"; id = "XFQ7MV6-MKBYQXH-WGYVQUB-BYJJPFJ-HJTNZEP-PXWAMYY-DMADWSU-PQOTVAI";
addresses = [ "tcp://192.168.0.15" "tcp://192.168.2.30" ]; addresses = [ "tcp://192.168.0.15" "tcp://192.168.2.20" ];
}; };
}; };

View File

@@ -7,7 +7,8 @@
# You can change versions, add patches, set compilation flags, anything really. # You can change versions, add patches, set compilation flags, anything really.
# https://nixos.wiki/wiki/Overlays # https://nixos.wiki/wiki/Overlays
modifications = final: prev: { modifications = final: prev: {
discord = prev.discord.override { withVencord = true; }; #discord = prev.discord.override { withVencord = true; };
#discord = prev.vesktop;
tetrio-desktop = prev.tetrio-desktop.override { withTetrioPlus = true; }; tetrio-desktop = prev.tetrio-desktop.override { withTetrioPlus = true; };
nerdfonts = prev.nerdfonts.override { fonts = [ "Hack" "Noto" ]; }; nerdfonts = prev.nerdfonts.override { fonts = [ "Hack" "Noto" ]; };
waybar = prev.waybar.overrideAttrs (oldAttrs: { waybar = prev.waybar.overrideAttrs (oldAttrs: {