Created
May 26, 2017 15:01
-
-
Save fpletz/f81204d6b00749961ab9db3b33434447 to your computer and use it in GitHub Desktop.
build VMs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
test = { pkgs, lib, ... }: with lib; { | |
virtualisation.memorySize = 512; | |
virtualisation.graphics = false; | |
networking.firewall.enable = false; | |
services.rmilter.enable = false; | |
}; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ NIX_PATH=nixpkgs=/home/fpletz/src/nixpkgs nixos-build-vms vm.nix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment