mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-21 22:55:50 -06:00
fmt
This commit is contained in:
parent
562329f49a
commit
417696048c
3 changed files with 9 additions and 8 deletions
|
@ -37,5 +37,5 @@
|
|||
specialArgs = { inherit inputs; };
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
boot.extraModulePackages = [ ];
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/eb6cbf1e-e4a7-4312-a1af-4f78ad9cf138";
|
||||
{
|
||||
device = "/dev/disk/by-uuid/eb6cbf1e-e4a7-4312-a1af-4f78ad9cf138";
|
||||
fsType = "btrfs";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue