threefoldtech / tf-images

Apache License 2.0
1 stars 3 forks source link

[Bug 🐞]: microVM nixOS is alpine linux #220

Open alastairong opened 9 months ago

alastairong commented 9 months ago

What happened?

I deployed a microVM, choosing NixOS as the OS option. But in terminal:

testmemproof:/etc/nix# cat /etc/*release
3.16.3
NAME="Alpine Linux"
ID=alpine
VERSION_ID=3.16.3
PRETTY_NAME="Alpine Linux v3.16"
HOME_URL="https://alpinelinux.org/"
BUG_REPORT_URL="https://gitlab.alpinelinux.org/alpine/aports/-/issues"
testmemproof:/etc/nix# 

What did you expect?

That this would be a nixos machine

What browsers are you seeing the problem on?

No response

ZOS info

No response

Dashboard info

No response

weblets info

No response

Relevant log output

No response

scottyeager commented 9 months ago

Seems indeed this image would be better described as Alpine with Nix package manager inside. Build files are here.

If the nixos/nix Docker image would be what you're looking for, you can easily convert it to an flist to run as a micro VM using the Hub's converter function.