diff options
Diffstat (limited to 'lass/1systems/shodan/physical.nix')
-rw-r--r-- | lass/1systems/shodan/physical.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lass/1systems/shodan/physical.nix b/lass/1systems/shodan/physical.nix index 4a550d0a4..41508127c 100644 --- a/lass/1systems/shodan/physical.nix +++ b/lass/1systems/shodan/physical.nix @@ -38,6 +38,10 @@ device = "/dev/pool/bku"; fsType = "btrfs"; }; + "/backups" = { + device = "/dev/pool/backup"; + fsType = "ext4"; + }; }; services.udev.extraRules = '' |