summaryrefslogtreecommitdiffstats
path: root/lass/1systems/daedalus/physical.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lass/1systems/daedalus/physical.nix')
-rw-r--r--lass/1systems/daedalus/physical.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/lass/1systems/daedalus/physical.nix b/lass/1systems/daedalus/physical.nix
index 33a0cb47..d10ced7d 100644
--- a/lass/1systems/daedalus/physical.nix
+++ b/lass/1systems/daedalus/physical.nix
@@ -11,6 +11,10 @@
fsType = "btrfs";
options = ["defaults" "noatime" "ssd" "compress=lzo"];
};
+ "/backups" = {
+ device = "/dev/pool/backup";
+ fsType = "ext4";
+ };
};
services.udev.extraRules = ''