mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 16:16:50 +01:00
chore: update to nixos 25.05
This commit is contained in:
parent
e3b550bd82
commit
d25e24c15b
11 changed files with 160 additions and 184 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue