nfsroot: fix

This commit is contained in:
Astro 2022-06-07 20:22:25 +02:00
parent 4d960bbd95
commit 761551593f
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
{ zentralwerk, config, pkgs, ... }:
{
{ zentralwerk, config, lib, pkgs, ... }:
let
netConfig = zentralwerk.lib.config.site.net.serv;
in {
microvm = {
hypervisor = "qemu";
mem = 1024;
shares = [ {
source = "/nix/store";