9 lines
141 B
Nix
9 lines
141 B
Nix
# To be generated...
|
|
{
|
|
nixpkgs.hostPlatform = "x86_64-linux";
|
|
|
|
fileSystems."/" = {
|
|
device = "/dev/sda1";
|
|
fsType = "ext4";
|
|
};
|
|
}
|