1
0
Fork 0
forked from foxora/nix

cerulean v0.2.5-alpha

This commit is contained in:
do butterflies cry? 2026-03-08 03:11:23 +10:00
parent ba8d341512
commit d512a54074
Signed by: cry
GPG key ID: F68745A836CA0412
6 changed files with 44 additions and 32 deletions

View file

@ -1,8 +1,4 @@
{
inputs,
cerulean,
...
} @ args: {
{inputs, ...} @ args: {
nodes = {
base = inputs.nixpkgs;
homeManager = inputs.home-manager;
@ -53,9 +49,12 @@
# needed to get interface working
qemu.extraArgs = [
"-monitor" "unix:/var/lib/microvms/home-assistant/monitor.sock,server,nowait"
"-chardev" "socket,id=serial1,path=/var/lib/microvms/home-assistant/serial.sock,server=on,wait=off"
"-serial" "chardev:serial1"
"-monitor"
"unix:/var/lib/microvms/home-assistant/monitor.sock,server,nowait"
"-chardev"
"socket,id=serial1,path=/var/lib/microvms/home-assistant/serial.sock,server=on,wait=off"
"-serial"
"chardev:serial1"
];
# memory cannot be 2GB so i doubled it and used 4GB:
@ -101,7 +100,7 @@
deploy.ssh = {
host = "10.16.1.163";
port = 2222;
user = "foxora";
publicKeys = [];
};
};
@ -115,7 +114,7 @@
deploy.ssh = {
host = "10.16.1.58";
port = 2222;
user = "foxora";
publicKeys = [];
};
};
};