From 210d4e7c2e7102355e8ef92681800157faa57d16 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Fri, 6 Aug 2021 16:20:44 +0200 Subject: initial commit --- config/boot.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config/boot.nix (limited to 'config/boot.nix') diff --git a/config/boot.nix b/config/boot.nix new file mode 100644 index 0000000..df60fea --- /dev/null +++ b/config/boot.nix @@ -0,0 +1,12 @@ +{ ... }: + +{ + boot = { + loader.grub = { + enable = true; + version = 2; + enableCryptodisk = true; + device = "/dev/vda"; + }; + }; +} -- cgit v1.2.3