add host
This commit is contained in:
parent
9277a9d88e
commit
9bf0574d1d
2 changed files with 14 additions and 1 deletions
13
hosts/kaede/default.nix
Normal file
13
hosts/kaede/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
virtualisation = {
|
||||
useEFIBoot = true;
|
||||
libvirtd = {
|
||||
enable = true;
|
||||
};
|
||||
rootDevice = "/dev/disk/by-label/nixos";
|
||||
mountHostNixStore = true;
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue