Standardize Disko formatting
This commit is contained in:
parent
38b6f0dbad
commit
af67fc76d1
8 changed files with 90 additions and 27 deletions
|
@ -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"
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue