add bootstrap-vps

This commit is contained in:
Sean Buckley 2021-06-07 21:52:12 -04:00
parent ede6173de3
commit eb555f99d5
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ ... }:
{
sconfig.profile = "server";
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/vda";
fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; };
}

View file

@ -0,0 +1,6 @@
{
pkgs = "nixpkgs";
system = "x86_64-linux";
hardware = "qemu";
module = ./configuration.nix;
}