🔧 socrates: initial config

This commit is contained in:
2021-03-07 22:05:33 -05:00
parent 807a7cfea5
commit 3d7cf5c3fe
3 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{ ... }:
{
imports = [ <nixpkgs/nixos/modules/profiles/qemu-guest.nix> ];
boot.loader.grub.device = "/dev/vda";
fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; };
}