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