summaryrefslogtreecommitdiffstats
path: root/1systems/flake-x/x13/disk.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-06-10 20:53:47 +0200
committermakefu <github@syntax-fehler.de>2023-06-10 21:23:44 +0200
commitf0c524a6ac40e153117caf11431d5c7a2edcd3f8 (patch)
treecdd834261a93bc85cca453101ab11d4e8b2b4a18 /1systems/flake-x/x13/disk.nix
parent00ae5602b3f7f2b73ff8fa7f58e622f162d1281f (diff)
init secrets
Diffstat (limited to '1systems/flake-x/x13/disk.nix')
-rw-r--r--1systems/flake-x/x13/disk.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/1systems/flake-x/x13/disk.nix b/1systems/flake-x/x13/disk.nix
index 7ce77bdf5..3fae8d410 100644
--- a/1systems/flake-x/x13/disk.nix
+++ b/1systems/flake-x/x13/disk.nix
@@ -1,4 +1,7 @@
-{ disk ? "/dev/sda", ... }: {
+{ ... }:
+let
+ disk = "/dev/nvme0n1";
+in {
disko.devices = {
disk = {
nvme = {