nixos/vms: Add disk support

This commit is contained in:
2022-05-07 17:27:12 +01:00
parent 1a61c9e1b2
commit a907ae428f
3 changed files with 39 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{
nixos.systems.installer = {
system = "x86_64-linux";
nixpkgs = "unstable";
nixpkgs = "mine";
docCustom = false;
configuration =
@@ -21,7 +21,7 @@
config = {
my = {
# Whatever installer mechanism is chosen will provied an appropriate `/`
# Whatever installer mechanism is chosen will provide an appropriate `/`
tmproot.enable = false;
firewall.nat.enable = false;
deploy.enable = false;