update
This commit is contained in:
parent
8564176503
commit
c5c75fc50a
3 changed files with 8 additions and 3 deletions
|
@ -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
4
hosts/glacier/vm.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue