Init bakke #87

Open
felixalb wants to merge 5 commits from init-bakke into main
2 changed files with 2 additions and 9 deletions
Showing only changes of commit 950e2514a7 - Show all commits

View File

@ -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";

View File

@ -2,8 +2,9 @@
{
# Boot drives:
imports = [
./boot-disks.nix
./disks.nix
];
boot.swraid.enable = true;
# ZFS Data pool:
environment.systemPackages = with pkgs; [ zfs ];