diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-07-23 20:37:33 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-07-23 20:37:33 -0600 |
| commit | 7a6f4790282d001e2c7adbdaa4806f8beed02ddb (patch) | |
| tree | 59e4bd556c6d868afc68cab45c58631b39963da5 /sys/boot/default.nix | |
| parent | 9d01e6dd2213dccd566c6204bd81465d3da68e46 (diff) | |
sys/boot: rename sb.nix -> secure-boot.nix
Diffstat (limited to '')
| -rw-r--r-- | sys/boot/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/default.nix b/sys/boot/default.nix index 157ba0e..73fe5d6 100644 --- a/sys/boot/default.nix +++ b/sys/boot/default.nix @@ -7,7 +7,7 @@ ./fscrypt.nix ./impermanence.nix ./namespaced.nix - ./sb.nix + ./secure-boot.nix ./stack ]; } |
