1
0
Fork 0
This commit is contained in:
Lukas Wurzinger 2024-08-06 23:08:56 +02:00
parent 8564176503
commit c5c75fc50a
3 changed files with 8 additions and 3 deletions

View file

@ -11,6 +11,7 @@
inputs.hardware.nixosModules.common-pc-ssd
./printing.nix
./vm.nix
];
nixpkgs.hostPlatform = "x86_64-linux";

4
hosts/glacier/vm.nix Normal file
View file

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