bakke: Update disk layout
This commit is contained in:
parent
f024159742
commit
950e2514a7
|
@ -8,10 +8,6 @@
|
|||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
BOOT = {
|
||||
size = "1M";
|
||||
type = "EF02"; # for grub MBR
|
||||
};
|
||||
ESP = {
|
||||
size = "500M";
|
||||
type = "EF00";
|
||||
|
@ -36,10 +32,6 @@
|
|||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
boot = {
|
||||
size = "1M";
|
||||
type = "EF02"; # for grub MBR
|
||||
};
|
||||
ESP = {
|
||||
size = "500M";
|
||||
type = "EF00";
|
||||
|
|
|
@ -2,8 +2,9 @@
|
|||
{
|
||||
# Boot drives:
|
||||
imports = [
|
||||
./boot-disks.nix
|
||||
./disks.nix
|
||||
];
|
||||
boot.swraid.enable = true;
|
||||
|
||||
# ZFS Data pool:
|
||||
environment.systemPackages = with pkgs; [ zfs ];
|
||||
|
|
Loading…
Reference in New Issue