summaryrefslogtreecommitdiffstats
path: root/1systems/tsp
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-06-23 22:58:27 +0200
committermakefu <github@syntax-fehler.de>2023-06-23 22:58:27 +0200
commit903b8639805f31148014a197e9078f1a7b1eb759 (patch)
tree660c40f2fb22b420664a99df95c45f75374c9fb6 /1systems/tsp
parent1c4b5c4174093fe84da9040d101c5d7ce77cc828 (diff)
fs/disko: disks -> disk
Diffstat (limited to '1systems/tsp')
-rw-r--r--1systems/tsp/config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/1systems/tsp/config.nix b/1systems/tsp/config.nix
index 5e2c6c9c6..86f58ed2c 100644
--- a/1systems/tsp/config.nix
+++ b/1systems/tsp/config.nix
@@ -14,7 +14,7 @@
../../2configs/tools/core.nix
# ../../2configs/tools/all.nix
- ((import ../../2configs/fs/disko/single-disk-encrypted-zfs.nix ) { disks = ["/dev/sda" ]; hostId = "f8b8e0a2"; })
+ ((import ../../2configs/fs/disko/single-disk-encrypted-zfs.nix ) { disk = "/dev/sda"; hostId = "f8b8e0a2"; })
# hardware specifics are in here
../../2configs/hw/bluetooth.nix
../../2configs/hw/network-manager.nix