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:
parent
6a064f904e
commit
171c89fbe0
1 changed files with 3 additions and 0 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue