Add disk configuration
1 file changed, 8 insertions(+), 0 deletions(-)
changed files
M satoshipad.nix → satoshipad.nix
@@ -31,6 +31,14 @@ ./modules/passwords.nix ./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";