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 bc210c995..10b00de47 100644 --- a/lass/1systems/helios.nix +++ b/lass/1systems/helios.nix @@ -56,6 +56,11 @@ with builtins; device = "/dev/sda1"; }; + "/home" = { + device = "/dev/pool/home"; + fsType = "ext4"; + }; + "/bku" = { device = "/dev/pool/bku"; fsType = "ext4"; |