forked from nrabulinski/attic
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`
|
# Debugging utilities for `fly ssh console`
|
||||||
pkgs.busybox
|
pkgs.busybox
|
||||||
packages.attic-server
|
packages.attic-server
|
||||||
|
|
||||||
|
# Now required by the fly.io sshd
|
||||||
|
pkgs.dockerTools.fakeNss
|
||||||
];
|
];
|
||||||
config = {
|
config = {
|
||||||
Entrypoint = [ "${packages.attic-server}/bin/atticd" ];
|
Entrypoint = [ "${packages.attic-server}/bin/atticd" ];
|
||||||
|
|
Loading…
Reference in a new issue