Resolve current eval warnings
#200
Opened by sterni at
These mostly stem from the module system:
- Origin unknown, I think outside the depot: trace: warning: Use the
ldflags
and/ortags
attributes instead ofbuildFlags
/buildFlagsArray
- trace: warning: The option
services.keycloak.httpPort' defined in
/home/lukas/src/depot/third_party/default.nix' has been changed toservices.keycloak.settings.http-port' that has a different type. Please read
services.keycloak.settings.http-port' documentation and update your configuration accordingly. - trace: warning: The option
services.openssh.challengeResponseAuthentication' defined in
/home/lukas/src/depot/third_party/default.nix' has been renamed to `services.openssh.kbdInteractiveAuthentication'. - trace: warning: system.stateVersion is not set, defaulting to 22.11. Read why this matters on https://nixos.org/manual/nixos/stable/options.html#opt-system.stateVersion.
- trace: warning: The option definition
security.acme.certs.tazj.in.extraDomains
has changed tosecurity.acme.certs.tazj.in.extraDomainNames
and is now a list of strings. Setting a custom webroot for extra domains is not possible, instead use separate certs. - trace: warning: tazjin profile: The option
services.screen-locker.enableDetectSleep' defined in
/home/lukas/src/depot/users/tazjin/nixos/modules/home-config.nix' has been renamed to `services.screen-locker.xautolock.detectSleep'. - trace: warning: tazjin profile: The option
services.screen-locker.enableDetectSleep' defined in
/home/lukas/src/depot/users/tazjin/nixos/modules/home-config.nix' has been renamed to `services.screen-locker.xautolock.detectSleep'. - trace: warning: Strict reverse path filtering breaks Tailscale exit node use and some subnet routing setups. Consider setting
networking.firewall.checkReversePath
= 'loose'
- sterni changed the subject of this issue from "Resovle current eval warnings" to "Resolve current eval warnings" at 2022-09-26T17·38+00
We only have one
trace: warning: system.stateVersion is not set, defaulting to 23.11. Read why this matters on https://nixos.org/manual/nixos/stable/options.html#opt-system.stateVersion.
remaining which may be deliberate.
sterni at 2023-07-13T21·57+00
This warning seems to be due to a bug in nixpkgs which causes the
stateVersion
warning to be emitted incorrectly for the installer ISO image.sterni at 2023-07-15T14·01+00
- sterni closed this issue at 2023-07-15T14·01+00
Correction: it's due to
//corp/ops/yandex-base-image
, probably not a bug.sterni at 2023-07-15T14·20+00