stackcoder

Results 11 comments of stackcoder
trafficstars

While ISO images just work, the vm variants seems to require a non empty user configuration. Adding this to my configuration fixed it for me: ```nix users.users.root.password = ""; ```