dotfiles/nixos/systems/toothpick/filesystems.nix

8 lines
87 B
Nix
Raw Normal View History

{ ... }:
{
fileSystems."/" = {
device = "/dev/vda1";
fsType = "ext4";
};
}