syncthing update
This commit is contained in:
@@ -44,7 +44,7 @@ in
|
||||
};
|
||||
phone = {
|
||||
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" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
# You can change versions, add patches, set compilation flags, anything really.
|
||||
# https://nixos.wiki/wiki/Overlays
|
||||
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; };
|
||||
nerdfonts = prev.nerdfonts.override { fonts = [ "Hack" "Noto" ]; };
|
||||
waybar = prev.waybar.overrideAttrs (oldAttrs: {
|
||||
|
||||
Reference in New Issue
Block a user