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
|
clock-rs
|
||||||
compose2nix
|
compose2nix
|
||||||
diff-so-fancy
|
diff-so-fancy
|
||||||
elinks
|
# elinks # FIXME - does not build 2026-05-06
|
||||||
espeak-ng
|
espeak-ng
|
||||||
exiftool
|
exiftool
|
||||||
fastfetch
|
fastfetch
|
||||||
|
|
@ -110,7 +110,10 @@
|
||||||
services = {
|
services = {
|
||||||
syncthing = {
|
syncthing = {
|
||||||
enable = true;
|
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;
|
overrideDevices = false;
|
||||||
overrideFolders = false;
|
overrideFolders = false;
|
||||||
tray.enable = true;
|
tray.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue