flake.nix: Add /etc/passwd to attic-server-image

It's now required by the sshd embedded in fly.io's init.
This commit is contained in:
Zhaofeng Li 2023-04-12 15:30:34 -06:00
parent 6a064f904e
commit 171c89fbe0

View file

@ -94,6 +94,9 @@
# Debugging utilities for `fly ssh console`
pkgs.busybox
packages.attic-server
# Now required by the fly.io sshd
pkgs.dockerTools.fakeNss
];
config = {
Entrypoint = [ "${packages.attic-server}/bin/atticd" ];