nix-files/modules
colin b658b93c64 lappy: store the hashed user passwd in git and decrypt it into /etc/passwd on boot
this approach lets me persist the password. persisting /etc/shadow
directly wasn't so feasible. populating /etc/shadow at activation time
is something nix already does and is easy to plug into.
so we store the passwd hash in this repo, but encrypt it to the
destination machine's ssh pubkey to add enough entropy that it's not
brute-forceable through the public git repo.
2022-10-23 06:53:06 -07:00
..
gui sway: add a config option to disable the greeter (and auto-login instead) 2022-10-22 01:31:51 -07:00
hardware moby: cross-compile the kernel 2022-08-08 20:36:35 -07:00
services nix-serve: open firewall port (for desko) 2022-09-14 18:19:56 -07:00
universal lappy: store the hashed user passwd in git and decrypt it into /etc/passwd on boot 2022-10-23 06:53:06 -07:00
default.nix lift nix-serve out of servo 2022-09-14 14:32:31 -07:00
image.nix image: fix issue that persist/ paths aren't created 2022-08-02 17:08:26 -07:00
impermanence.nix lappy: store the hashed user passwd in git and decrypt it into /etc/passwd on boot 2022-10-23 06:53:06 -07:00
nixcache.nix nixcache: use desko as a substituter 2022-09-14 14:45:33 -07:00