aboutsummaryrefslogtreecommitdiff
path: root/hosts/pad/boot.nix
diff options
context:
space:
mode:
authoraethrvmn <me@aethrvmn.gr>2025-08-31 14:21:34 +0000
committeraethrvmn <me@aethrvmn.gr>2025-08-31 14:21:34 +0000
commitbfd970a07c231b5781871c16cb4612eb4c6b8fd4 (patch)
tree50a4ac5138d1f438e4d5bad3a3dd880a0784cd3e /hosts/pad/boot.nix
parentadded flake (diff)
imported system/home-manager config
Diffstat (limited to 'hosts/pad/boot.nix')
-rw-r--r--hosts/pad/boot.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/hosts/pad/boot.nix b/hosts/pad/boot.nix
new file mode 100644
index 0000000..a6108d6
--- /dev/null
+++ b/hosts/pad/boot.nix
@@ -0,0 +1,16 @@
+{ config, pkgs, ...}:
+
+{
+ boot = {
+ loader = {
+ systemd-boot = {
+ enable = true;
+ # Only keep the last 10 configurations
+ configurationLimit = 10;
+ };
+ efi.canTouchEfiVariables = true;
+ };
+
+ initrd.luks.devices."luks-11563c8c-1bf7-471f-a173-918f47aa31ed".device = "/dev/disk/by-uuid/11563c8c-1bf7-471f-a173-918f47aa31ed";
+ };
+}
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.