aboutsummaryrefslogtreecommitdiff
path: root/hosts/herra/file-system.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-04-14 22:31:51 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-04-14 22:31:51 +0200
commitfe1dfac54c9c1e81403fa820328794d0f725051f (patch)
tree86ec1268c19deb0eacdacc0d1d55fd0cf6f6c8f8 /hosts/herra/file-system.nix
parent46637fa84672750c8d737be1dd45b30ec816740f (diff)
parent7000bb210b405aebab3e21927ec69f13d0612c5b (diff)
Merge branch 'main' of cgit:/srv/git/NixOS-config
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