Add virtualisation role

This commit is contained in:
2024-08-18 16:01:29 -07:00
parent e3ae14bd92
commit a40b50360f
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{ config, ... }:
{
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
}

View File

@@ -13,6 +13,7 @@ in
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
../roles/virtualisation/default.nix
]; ];
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.