aboutsummaryrefslogtreecommitdiff
path: root/hosts/herra/file-system.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/herra/file-system.nix')
-rw-r--r--hosts/herra/file-system.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/herra/file-system.nix b/hosts/herra/file-system.nix
new file mode 100644
index 0000000..71a77fd
--- /dev/null
+++ b/hosts/herra/file-system.nix
@@ -0,0 +1,7 @@
+{...}: {
+ fileSystems."/nix" = {
+ device = "/dev/disk/by-label/nixstore";
+ fsType = "btrfs";
+ options = [ "subvol=@nix" "compress=zstd:3" "noatime" ];
+};
+} \ No newline at end of file