Sender | Message | Time |
---|---|---|
2 Apr 2024 | ||
Getting "too many open files" from ardour? | 04:12:06 | |
I had to work through this issue a couple months back, I think it was musnix that fixed it | 04:12:33 | |
No, I have been too excited and skipped a few important steps. | 04:12:36 | |
I got lost trying to figure out what Musnix is. | 04:13:06 | |
What is it? | 04:13:09 | |
. . . but I am still trying to understand how to setup revision control for my config files. | 04:14:02 | |
There is still a bit of basic system administration that needs to be established. | 04:15:37 | |
In reply to @technicus:matrix.orgIt's this: https://github.com/musnix/musnix Basically it's a repo that has options to make configuring NixOS for audio work easier. | 04:15:39 | |
In reply to @technicus:matrix.orgThis isn't exactly the right channel for that, but may I take it you're new to git? | 04:16:15 | |
In reply to @fractivore:cyberia.clubMy git knowledge is just enough. | 04:19:33 | |
Can I have the config files in a non root directory? | 04:21:02 | |
In reply to @technicus:matrix.orgYou can. There's a few ways of doing it, including home-manager (which I haven't bothered to learn yet myself), using flakes and specifying a flake to build from on the command line, or perhaps just manually copying your config files from your non-root repo to their normal rootful location. I personally just have a git repo in my root /etc/nixos, which is probably not recommended, but 🤷♂️ | 04:24:05 | |
If you just want to get started with the music stuff, don't worry about getting "the right" kind of revision control setup. You could just manually upload the files to github and figure out a fancier way later if you need to. | 04:25:25 | |
When it comes to secrets files, absolutely keep those outside of your repo. Ultimately you need something other than git and NixOS to manage your secrets. You can use agenix to encrypt your secrets files or whatever, but even then you still have to manage your private key. My advice? Use a password manager for that. | 04:27:44 | |
Generate a keypair, upload the public key to github so you can push code from the command line, put the corresponding private key in your password manager, and you should be good to go. | 04:29:27 | |
In reply to @fractivore:cyberia.clubWhat password manager do you recommend? | 04:36:01 | |
In reply to @technicus:matrix.orgI use BitWarden.... I'd recommend it on account of the fact that it's free, low-friction, and has good compatibility options. You can also host your own with VaultWarden, but that's not really gonna get you added security guarantees at all unless you're a very experienced sysadmin and instead is likely to weaken your security posture. | 04:39:38 | |
In reply to @technicus:matrix.orgPersonally I use 1Password. BitWarden is also a good choice. | 06:18:35 | |
06:56:13 | ||
07:34:37 | ||
Setting up Github with SSH is not working for me . . . I thought I have followed all the steps, but I am missing something. | 08:00:11 | |
In reply to @technicus:matrix.orgkeepassxc all the way | 09:34:48 | |
i have my keepass database synced across my devices with syncthing | 09:35:13 | |
I've been on 1Password for years (they were the best option for apple stuff way back when) but I keep thinking about switching to something else. How do keepass/bitwarden compare to 1password, specifically regarding nixos integrations? 1password mostly works out of the box on nix, but I do have complaints. :-D | 09:37:08 | |
An audio related question, when is ardour going to stop crashing when used with pipewire? 😁️ | 09:37:49 | |
In reply to @wonko:4amlunch.nethaven't used 1password myself but there's not much to "integrate" since it just uses a single encrypted file. if you want to manage secrets in your nixos/hm config you're better off using sops-nix or agenix | 09:40:09 | |
In reply to @bandithedoge:matrix.orgAh, ok, I guess that makes sense. I was just hoping to somehow have a unified set of secrets. | 09:41:01 | |
In reply to @wonko:4amlunch.netwhich backend are you using? i never had any issues with jack | 09:41:04 | |
In reply to @bandithedoge:matrix.orgThere is a known issue with pipewire's jack emulation and ardour. Haven't followed up with the status of it recently though. | 09:41:42 | |
In reply to @wonko:4amlunch.netkeepass is pretty good for that i guess but its main job is just your universal password manager | 09:42:59 |