forked from mirrors_public/oddlama_nix-config
feat: add samba vm; use cloud-hypervisor while qemu is acting up (2G ram? DSDT table fucked.)
This commit is contained in:
parent
06a68e0b62
commit
6003922b4f
11 changed files with 113 additions and 9 deletions
|
@ -14,7 +14,7 @@
|
|||
};
|
||||
|
||||
# NOTE: Add "rd.systemd.unit=rescue.target" to debug initrd
|
||||
kernelParams = ["log_buf_len=10M"];
|
||||
kernelParams = ["log_buf_len=16M"]; # must be {power of two}[KMG]
|
||||
tmp.useTmpfs = true;
|
||||
|
||||
loader.timeout = lib.mkDefault 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue