I ran install --daemon, and everything seemed to work fine. The nix-daemon is running, but trying to test the installation with nix-shell, I get errors like the following:
$ nix-shell --packages zsh
warning: error: unable to download 'https://cache.nixos.org/acjcsq0iim1lg14f8jvka05dhhz70c2c.narinfo': SSL connect error (35) TLS connect error: error:80000002:system library::No such file or directory; retrying in 300 ms
warning: error: unable to download 'https://cache.nixos.org/c3ym86hnrsh03k11mhbvvcw7f0y403vr.narinfo': SSL connect error (35) TLS connect error: error:80000002:system library::No such file or directory; retrying in 260 ms
[13 more such messages snipped]
error: Nix daemon disconnected unexpectedly (maybe it crashed?)
$ systemctl status nix-daemon |cat
● nix-daemon.service - Nix Daemon
Loaded: loaded (/etc/systemd/system/nix-daemon.service; linked; preset: disabled)
Active: active (running) since Fri 2025-02-07 15:07:26 CET; 6min ago
TriggeredBy: ● nix-daemon.socket
Docs: man:nix-daemon
https://nixos.org/manual
Main PID: 6662 (nix-daemon)
Tasks: 2 (limit: 1048576)
Memory: 8.7M
CPU: 516ms
CGroup: /system.slice/nix-daemon.service
└─6662 nix-daemon --daemon
selinux is disabled. Does anyone have any suggestions?