mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat(oracle): fix boot
This commit is contained in:
parent
e8b1f901e3
commit
47f0a180fe
2 changed files with 11 additions and 10 deletions
|
|
@ -16,6 +16,7 @@
|
||||||
kernelModules = ["nvme"];
|
kernelModules = ["nvme"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
"/boot" = {
|
"/boot" = {
|
||||||
device = "/dev/disk/by-uuid/1F52-C11D";
|
device = "/dev/disk/by-uuid/1F52-C11D";
|
||||||
|
|
@ -26,5 +27,4 @@
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,8 @@ in
|
||||||
nixosConfigurations = {};
|
nixosConfigurations = {};
|
||||||
homeConfigurations = {};
|
homeConfigurations = {};
|
||||||
darwinConfigurations = {};
|
darwinConfigurations = {};
|
||||||
} // {
|
}
|
||||||
|
// {
|
||||||
systems = hostConfigs;
|
systems = hostConfigs;
|
||||||
}
|
}
|
||||||
// set.merge (set.mapToValues processHost hostConfigs)
|
// set.merge (set.mapToValues processHost hostConfigs)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue