🔥
This commit is contained in:
commit
9cbb528c2d
6 changed files with 39 additions and 23 deletions
16
hosts/kaede/default.nix
Normal file
16
hosts/kaede/default.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
virtualisation = {
|
||||
useEFIBoot = true;
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
nss.enableGuest = true;
|
||||
startDelay = 1;
|
||||
onShutdown = "shutdown";
|
||||
};
|
||||
};
|
||||
#rootDevice = "/dev/disk/by-label/nixos";
|
||||
#mountHostNixStore = true;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue