Merge pull request 'don't put hostnames into into disko labels' (#2029) from Mic92-type-checking into main

This commit is contained in:
clan-bot
2024-09-03 08:20:54 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -11,12 +11,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 = {
@@ -25,7 +25,7 @@
mountpoint = "/boot";
};
};
"${config.networking.hostName}-root" = {
"root" = {
size = "100%";
content = {
type = "filesystem";

View File

@@ -13,12 +13,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 = {
@@ -28,7 +28,7 @@
mountOptions = [ "nofail" ];
};
};
"${config.networking.hostName}-root" = {
"root" = {
size = "100%";
content = {
type = "filesystem";