summary refs log tree commit diff stats
path: root/satoshipad.nix
diff options
context:
space:
mode:
Diffstat (limited to 'satoshipad.nix')
-rw-r--r--satoshipad.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/satoshipad.nix b/satoshipad.nix
index 6aba5a6f..1f013def 100644
--- a/satoshipad.nix
+++ b/satoshipad.nix
@@ -31,6 +31,14 @@
     ./modules/network-manager.nix
   ];
 
+  boot.initrd.luks.devices = [
+    {
+      name = "root";
+      device = "/dev/disk/by-uuid/bb7f9a24-8963-4d00-9258-118050b35748";
+      preLVM = true;
+    }
+  ];
+
   networking.hostName = "satoshipad";
 
   system.stateVersion = "17.03";