diff options
-rw-r--r-- | lass/1systems/helios.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lass/1systems/helios.nix b/lass/1systems/helios.nix index 0c7c0d8e3..2437d4c6d 100644 --- a/lass/1systems/helios.nix +++ b/lass/1systems/helios.nix @@ -53,6 +53,11 @@ with builtins; "/boot" = { device = "/dev/sda1"; }; + + "/bku" = { + device = "/dev/pool/bku"; + fsType = "ext4"; + }; }; #services.udev.extraRules = '' |