summaryrefslogtreecommitdiffstats
path: root/1systems/tsp/config.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-06-14 23:37:38 +0200
committermakefu <github@syntax-fehler.de>2023-06-14 23:38:41 +0200
commita2040ce915a4e8a2ae9f0897a13f77d6592dd81e (patch)
treebda6ff26e479e638410d421d5edf3b3dcc3de1bb /1systems/tsp/config.nix
parentb9a5d97bf892bd046afb670e4d362b0e1386f184 (diff)
fs: single-disk-encrypted-zfs takes hostId as parameter
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")