summaryrefslogtreecommitdiffstats
path: root/1systems/tsp/config.nix
diff options
context:
space:
mode:
Diffstat (limited to '1systems/tsp/config.nix')
-rw-r--r--1systems/tsp/config.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/1systems/tsp/config.nix b/1systems/tsp/config.nix
index 587d5f83d..74c4e5616 100644
--- a/1systems/tsp/config.nix
+++ b/1systems/tsp/config.nix
@@ -13,7 +13,8 @@
(self + "/2configs/editor/neovim")
(self + "/2configs/tools/core.nix")
# (self + "/2configs/tools/all.nix")
- (self + "/2configs/fs/disko/single-disk-bcachefs.nix")
+
+ ((import ../../2configs/fs/disko/single-disk-encrypted-zfs.nix ) { disks = ["/dev/sda" ]; hostId = "f8b8e0a2"; })
# hardware specifics are in here
(self + "/2configs/hw/bluetooth.nix")
(self + "/2configs/hw/network-manager.nix")