comment elinks as currently not building
This commit is contained in:
parent
de84af05de
commit
f8c25e014d
1 changed files with 5 additions and 2 deletions
|
|
@ -39,7 +39,7 @@
|
|||
clock-rs
|
||||
compose2nix
|
||||
diff-so-fancy
|
||||
elinks
|
||||
# elinks # FIXME - does not build 2026-05-06
|
||||
espeak-ng
|
||||
exiftool
|
||||
fastfetch
|
||||
|
|
@ -110,7 +110,10 @@
|
|||
services = {
|
||||
syncthing = {
|
||||
enable = true;
|
||||
guiAddress = "${osConfig.variables.address}:8384";
|
||||
guiAddress =
|
||||
if osConfig.variables ? address
|
||||
then "${osConfig.variables.address}:8384"
|
||||
else "127.0.0.1:8384";
|
||||
overrideDevices = false;
|
||||
overrideFolders = false;
|
||||
tray.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue