mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
Working Config With Libs!
This commit is contained in:
11
HyperV/hyperv.nix
Normal file
11
HyperV/hyperv.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
{ lib, config, pkgs, ... }: {
|
||||
# You can import other NixOS modules here
|
||||
hyperv = {
|
||||
baseImageSize = 8096;
|
||||
};
|
||||
|
||||
# environment.etc = {
|
||||
# nixos.source = ../..;
|
||||
# };
|
||||
}
|
||||
Reference in New Issue
Block a user