forked from fi/nix-infra
Initial commit
This commit is contained in:
commit
6f88b92591
20 changed files with 395 additions and 0 deletions
9
configuration/proxmox-vm/default.nix
Normal file
9
configuration/proxmox-vm/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
services.qemuGuest.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue