1
0
Fork 0
mirror of https://github.com/zhaofengli/attic.git synced 2024-12-14 11:57:30 +00:00

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" ];