Initial commit. Add configuration for NixOS Proxmox image
This commit is contained in:
commit
4193e65a04
14 changed files with 321 additions and 0 deletions
9
config/proxmox-vm/default.nix
Normal file
9
config/proxmox-vm/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./boot.nix
|
||||
./qemu-guest-agent.nix
|
||||
./storage.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue