Merge pull request 'clanModules: revert single-disk to oldest version' (#2074) from Qubasa/clan-core:Qubasa-main into main

This commit is contained in:
clan-bot
2024-09-12 10:16:15 +00:00

View File

@@ -22,12 +22,12 @@
content = {
type = "gpt";
partitions = {
"${config.networking.hostName}-boot" = {
boot = {
size = "1M";
type = "EF02"; # for grub MBR
priority = 1;
};
"${config.networking.hostName}-ESP" = {
ESP = {
size = "512M";
type = "EF00";
content = {
@@ -36,7 +36,7 @@
mountpoint = "/boot";
};
};
"${config.networking.hostName}-root" = {
root = {
size = "100%";
content = {
type = "filesystem";