chore: update to nixos 25.05

This commit is contained in:
Nickolaj Jepsen 2025-05-20 19:25:57 +02:00
parent e3b550bd82
commit d25e24c15b
11 changed files with 160 additions and 184 deletions

View file

@ -14,7 +14,7 @@ _: {
};
ESP = {
size = "512M";
size = "1G";
type = "EF00";
content = {
type = "filesystem";
@ -23,6 +23,14 @@ _: {
mountOptions = ["defaults"];
};
};
windows = {
size = "150G";
type = "0700"; # for Microsoft basic data
content = {
type = "filesystem";
format = "ntfs";
};
};
luks = {
size = "100%";
content = {