diff options
| -rw-r--r-- | doc/guix.texi | 1 | ||||
| -rw-r--r-- | gnu/system/nss.scm | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 352a83d1131..075877c9a75 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -49329,6 +49329,7 @@ system databases. | |||
| 49329 | @itemx netgroup | 49329 | @itemx netgroup |
| 49330 | @itemx networks | 49330 | @itemx networks |
| 49331 | @itemx password | 49331 | @itemx password |
| 49332 | @itemx protocols | ||
| 49332 | @itemx public-key | 49333 | @itemx public-key |
| 49333 | @itemx rpc | 49334 | @itemx rpc |
| 49334 | @itemx services | 49335 | @itemx services |
diff --git a/gnu/system/nss.scm b/gnu/system/nss.scm index a82fef24882..930f556e5e5 100644 --- a/gnu/system/nss.scm +++ b/gnu/system/nss.scm | |||
| @@ -140,6 +140,8 @@ | |||
| 140 | (default (list %files %dns))) | 140 | (default (list %files %dns))) |
| 141 | (password name-service-switch-password | 141 | (password name-service-switch-password |
| 142 | (default (list %files))) | 142 | (default (list %files))) |
| 143 | (protocols name-service-switch-protocols | ||
| 144 | (default '())) | ||
| 143 | (public-key name-service-switch-public-key | 145 | (public-key name-service-switch-public-key |
| 144 | (default '())) | 146 | (default '())) |
| 145 | (rpc name-service-switch-rpc | 147 | (rpc name-service-switch-rpc |
| @@ -234,6 +236,7 @@ Configuration File\" in the libc manual." | |||
| 234 | (->string "netgroup" name-service-switch-netgroup) | 236 | (->string "netgroup" name-service-switch-netgroup) |
| 235 | (->string "networks" name-service-switch-networks) | 237 | (->string "networks" name-service-switch-networks) |
| 236 | (->string "passwd" name-service-switch-password) | 238 | (->string "passwd" name-service-switch-password) |
| 239 | (->string "protocols" name-service-switch-protocols) | ||
| 237 | (->string "publickey" name-service-switch-public-key) | 240 | (->string "publickey" name-service-switch-public-key) |
| 238 | (->string "rpc" name-service-switch-rpc) | 241 | (->string "rpc" name-service-switch-rpc) |
| 239 | (->string "services" name-service-switch-services) | 242 | (->string "services" name-service-switch-services) |
