summaryrefslogtreecommitdiffstats
path: root/1systems/x/x13/disk.nix
diff options
context:
space:
mode:
Diffstat (limited to '1systems/x/x13/disk.nix')
-rw-r--r--1systems/x/x13/disk.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/1systems/x/x13/disk.nix b/1systems/x/x13/disk.nix
index 7ce77bdf5..3fae8d410 100644
--- a/1systems/x/x13/disk.nix
+++ b/1systems/x/x13/disk.nix
@@ -1,4 +1,7 @@
-{ disk ? "/dev/sda", ... }: {
+{ ... }:
+let
+ disk = "/dev/nvme0n1";
+in {
disko.devices = {
disk = {
nvme = {