Commit Graph

3 Commits

Author SHA1 Message Date
627a9acd97 Move alice/root definitions to configuration.nix for deploy-rs.
Deploy-RS will follow module imports, but seems to do some fucking
DUMB SHIT when it comes to actually building the whole package. I
found that unless I defined the user in the core configuration.nix
file, regardless of other imports, I would lose access to the users
halfway through the deploy.

I'm not totally sure why. I never tried setting the import inside the
configuration.nix, but I /was/ setting it inside the fucking
flake.nix, so who knows.

This way does make some sense, it feels safer to have my deploy user /
root defs inside the core config file so there's never a possibility
of losing access remotely, but still. What a fucking pain. Morph
doesn't have this problem! Morph is good! What are you doing deploy-rs!!
2023-02-20 17:50:15 -06:00
03e6d225e4 Fix signature checking.
You have to add, explicitly, users you want to be trusted! See:
https://github.com/serokell/deploy-rs/issues/25
2023-02-19 12:43:44 -06:00
bdcf751dee Experiment with different nixOS deploy mechanisms. 2023-02-17 20:47:16 -06:00