-
`encryptedLinksTo` is implemented with SSH tunnels. It would be preferable to make this behavior pluggable so users could make it work with wireguard or whatever instead. Implemented by #1271.
-
In the absence of #197, perhaps the documentation could be improved a bit with a simple step-by-step getting-started guide. I've found lots of out-of-date pages on the wiki and elsewhere but none of t…
-
Some users would like a way to retrieve Dhall expressions from the Prelude without using the network or individually downloading Prelude expressions. Creating a package (like a `.deb` or `.rpm`) that…
-
Failed at this step:
gcloud compute images create nixos-14125424c9ef9f7-x86-64-linux --source-uri gs://nixos-images/nixos-14.12.542.4c9ef9f7-x86_64-linux.raw.tar.gz
ERROR: (gcloud.compute.images…
-
### Binary builds
#### Neither binary builds of 1.1 or 1.2 head work on the latest daily FreeBSD 9.1 RC1.
#### Cause: `libutil.so.8` is not available on FreeBSD 9.x+. Symlinking libutil.so.8 -> libut…
-
I attempted to use the `deployment.ec2.ebsInitialRootDiskSize` option to deploy a new `t2.nano` EC2 instance with 50GB of disk space instead of the default, which I believed was 8GB.
However, rega…
-
When I attempt to deploy an EC2 instance using the readme commands, the following error prevents the deploy from succeeding:
```
error: writing to file: No space left on device
error: writing to …
-
After modifying the dbcache in modules/nix-bitcoin.nix
from ` services.bitcoind.dbCache = 4000;`
to ` services.bitcoind.dbCache = 6000;`
`nixops deploy -d bitcoin-node` fails:
```
[nix…
-
**Describe the bug**
On switching, NixOS stops the nix-daemon, then parts in the "nix" snippet of the activation script fail, then it starts the nix-daemon again.
**To Reproduce**
Steps to reprod…
-
**Describe the bug**
We have setup samba to bind to specific ip addresses only.
When the machine boots, smbd is unable to bind to the ip address of the ethernet adapter (localhost works fine).
Rest…