feat(laptop): enable virtualisation
parent
e503567eda
commit
9df08be993
|
@ -10,6 +10,8 @@
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
my.virtualisation.libvirtd.enable = true;
|
||||
|
||||
# BOOT
|
||||
boot = {
|
||||
supportedFilesystems = [ "btrfs" ];
|
||||
|
|
Loading…
Reference in New Issue