pantheon/modules/hostSpec.nix

9 lines
183 B
Nix

{
flake.hostSpec.hosts."nixos/test".extraCfg = {
fileSystems."/" = {
device = "/dev/sda1";
fsType = "ext4";
};
nixpkgs.hostPlatform = "x86_64-linux";
};
}