Standardize Disko formatting

This commit is contained in:
Bun 2025-05-05 23:26:44 -04:00
parent 38b6f0dbad
commit af67fc76d1
8 changed files with 90 additions and 27 deletions

View file

@ -7,6 +7,7 @@
"${config.networking.hostName}" = {
type = "disk";
device = "/dev/nvme0n1";
imageSize = "32G";
content = {
type = "gpt";
partitions = {
@ -63,6 +64,7 @@
mountpoint = "/prev";
mountOptions = [
"compress=zstd"
"noexec"
"ssd"
];
};