feat(laptop): enable virtualisation
This commit is contained in:
parent
e503567eda
commit
9df08be993
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
my.virtualisation.libvirtd.enable = true;
|
||||||
|
|
||||||
# BOOT
|
# BOOT
|
||||||
boot = {
|
boot = {
|
||||||
supportedFilesystems = [ "btrfs" ];
|
supportedFilesystems = [ "btrfs" ];
|
||||||
|
|
Loading…
Reference in a new issue