-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, how you do fresh install? #2
Comments
Hey @osv! I think those would be super helpful! I do plan on covering NixOS installation in the future and would be happy to show how easy it is with the right tools. Though, I don't currently have a strategy for managing secrets that I like. Most solutions require too much manual work so I'll probably hold off on that until I have a better answer. |
Agree. For exampl private repo for secrets. During installation you need to have access to private repo. You need setup keys for accessing private repo. Maybe not hard to do this manual work, but main cons of private repo - your secret config structure is hidden, and no one able to reproduce your setup without pain of manually recreate hidden structure of private repo (and not encrypted password even in private git repo is also looks weird for me) |
I also am trying to do this but struggling to build the flake. My PC hostname is
|
Hi @tqwewe, it looks like you might not have added your new files to git. Since Nix Flakes can only use files that are tracked by git, you'll want to run this from the root of the repository: git add . |
Thanks! I got it working in the end, but it turned out my monitor would no longer turn on after rebooting 🤦♂️ |
im getting this error:
any idea how to fix this? thank you so much. |
I also had this problem. You need to regenerate the hash for this readme file using |
The sha mismatch should be resolved with this commit: 479b825 I switched it to use flake inputs instead of calls to |
Hey @osv 👋 You mentioned secret support a little while ago and, while I don't think this is a great answer, I've ended up implementing Vault and Vault Agent to manage secrets. It's still a bit tedious, but I think it's the best option currently available. |
Hi @jakehamilton , After a loot of research, I decided on using your config files, so thank for your work and help! I trying to add a test machine, but I'm having the same error as @tqwewe had:
I run What am I missing? Can you please point me to the right direction, please? Thank you! |
Hi! I found your video https://www.youtube.com/watch?v=t8ydCYe9Y3M and I have questions.
Thanks
The text was updated successfully, but these errors were encountered: