Skip to content

Commit 3637015

Browse files
committed
chore: define BTRFS blank root subvolume
1 parent 8d13a93 commit 3637015

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hosts/luna/disko.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ in
4848
"noatime"
4949
];
5050
};
51+
"/root-blank" = {
52+
mountOptions = [
53+
"compress=zstd"
54+
"noatime"
55+
];
56+
};
5157
"/home" = {
5258
mountpoint = "/home";
5359
mountOptions = [

0 commit comments

Comments
 (0)