Commit c0356b6
committed
fix(nh): disable sudo elevation for home switch
nh home switch is pure user-space; NH_ELEVATION_STRATEGY=none prevents
sudo from being called in a non-tty context (e.g. when stdout is piped
through nix-output-monitor), which caused spurious "unable to read
password" warnings at the end of every switch.1 parent 0287399 commit c0356b6
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
0 commit comments