gchristensen changed the topic of #nixops to: NixOps related talk | logs: https://logs.nix.samueldr.com/nixops/ https://meet.jit.si/NixOpsReview
cole-h has quit [Quit: Goodbye]
meh` has joined #nixops
asymmetric has quit [Quit: Peace.]
asymmetric has joined #nixops
asymmetric has joined #nixops
asymmetric has quit [Changing host]
meh` has quit [Ping timeout: 264 seconds]
cole-h has joined #nixops
hoverbear has joined #nixops
AdrianW has joined #nixops
<AdrianW> Hey everyone I'm new to nix* and I'm trying to run a deploy a VM using nixops and libvirtd. I think I'm running into this issue
<{^_^}> nixops#1216 (by d4g, 24 weeks ago, open): [libvirtd] Unable to deploy to libvirtd - "error: cannot figure out user name"
<AdrianW> The workaround in the comments is not working for me, any help would be much appreciated ^^
<AdrianW> Here is what I'm trying, for reference: https://github.com/AdrianWennberg/nixTest
<b42> AdrianW: you need to use the overlay on the machine you're running nixops from, not in the one you're deploying
<AdrianW> Ah, okay. Would you mind telling me how to achieve that?
<AdrianW> I'm running on an Ubuntu host with nixos and nixops installed.
<b42> got no experience w/ Nix outside NixOS but if i understand https://nixos.wiki/wiki/Overlays#On_the_user_level correctly you write [ (import ./overlay/nixops.nix) ] to ~/.config/nixpkgs/overlays.nix
<b42> you probably need to re-install nixops afterwards
<AdrianW> ah, okay. Thanks!
b42 has quit [Ping timeout: 256 seconds]
b42 has joined #nixops
AdrianW has quit [Remote host closed the connection]