Skip to content

Commit

Permalink
hosts/framework: fix evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Oct 20, 2024
1 parent 2d7c67c commit 079cdf8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions nixos/hosts/framework/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,15 @@
windows = {
priority = 900;
size = "512G";
content = {
type = "filesystem";
format = "ntfs";
};
};
reserved = {
priority = 1000;
size = "100%";
};
# reserved = {
# priority = 1000;
# size = "100%";
# };
};
};
};
Expand Down

0 comments on commit 079cdf8

Please sign in to comment.