Ramses

Results 60 comments of Ramses

I don't think that these are the right suggestions, flakes should not live in privileged locations, it makes more sense to define the flake in some git clone of the...

Yeah, I personally feel that they should not be root-owned, that just encourages using sudo for everything all the time.

Hi @mike-lloyd03, thank you so much for your contribution, and I'm sorry that it took me so long to get back to you on this. I think my main gripe...

I'd be willing to review a PR for this, but I don't own a printer and I know very little about printer drivers, so I don't think I'd be able...

No you should use the NixOS module, not the HM module. From the error, I have a suspicion that you didn't share your full config, because that error is a...

Right, you'd need to add `system` as an option in https://github.com/numtide/system-manager/blob/55b5f097e79b97223a60785cf76ecc48caef4885/nix/modules/upstream/nixpkgs/default.nix#L18-L27

> It seems that system-manager needs to handle `system.activationScripts` > > https://github.com/Mic92/sops-nix/blob/538c114cfdf1f0458f507087b1dcf018ce1c0c4c/modules/sops/default.nix#L331-L347 > > A better solution would be for sops to decrypt secrets through a systemd service instead of...

@aanderse you can do that as follows: ```bash nix build -vL '.#checks.x86_64-linux.vm-test-example-ubuntu_23_04_cloudimg.driverInteractive' ./result/bin/run-vm ``` and then you'll get the usual TUI for interactive NixOS tests. From there, you can start...

I'd prefer doing the symlink and making it optional, so that it can be turned off in case anyone has issues with it.

I don't think we have that right now, but it would be rather easy to introduce an option for this. It might be a rather hard sell to get that...