tvl-depot/nixos/socrates
William Carroll fa4eb2c61b Remove auth from Bitlbee
I'm having trouble getting PAM auth to work, so I'm temporarily disabling it.

TIL that I can use the following to verify that PAM is properly setup for a
program (e.g. `bitlbee`).

```
pamtester -v bitlbee $(whoami) authenticate
```

...but despite this succeeding, I still cannot use the `identify` command in
`bitlbee` to successfully authenticate. It just tells me "Incorrect password"
even though I'm providing it the same password that I type when doing the
`pamtester` command from above.

Computers!
2020-06-30 23:02:57 +01:00
..
configuration.nix Remove auth from Bitlbee 2020-06-30 23:02:57 +01:00
hardware.nix Nest configuration beneath socrates directory 2020-03-01 22:32:24 +00:00
rebuild.nix Rename socrates/default.nix -> socrates/configuration.nix 2020-03-07 16:17:23 +00:00