1
0
forked from c3d2/nix-config

server10: autostart leon + nfsroot

This commit is contained in:
Astro 2022-06-07 20:59:57 +02:00
parent 761551593f
commit 13b23e5d8c

View File

@ -1,5 +1,5 @@
{
microvm.autostart = [ "oparl" ];
microvm.autostart = [ "oparl" "leon" "nfsroot" ];
c3d2.server.bridgePorts = {
serv = [ "oparl" "leon" "nfsroot" ];
};