mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Revert "Use mkImageMediaOverride for filesystem attributes of various images"
This commit is contained in:
parent
81229d1108
commit
5803bdb9fc
14 changed files with 63 additions and 81 deletions
|
@ -21,7 +21,7 @@ in
|
|||
../profiles/qemu-guest.nix
|
||||
];
|
||||
|
||||
fileSystems."/" = lib.mkImageMediaOverride {
|
||||
fileSystems."/" = {
|
||||
fsType = "ext4";
|
||||
device = "/dev/disk/by-label/nixos";
|
||||
autoResize = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue