pc2: enable secure boot
This commit is contained in:
parent
8c34764004
commit
03995a050a
2 changed files with 4 additions and 3 deletions
|
|
@ -127,6 +127,7 @@
|
||||||
self.nixosModules.podman
|
self.nixosModules.podman
|
||||||
self.nixosModules.vinzenz-desktop-settings
|
self.nixosModules.vinzenz-desktop-settings
|
||||||
self.nixosModules.amd-graphics
|
self.nixosModules.amd-graphics
|
||||||
|
self.nixosModules.secure-boot
|
||||||
];
|
];
|
||||||
home-manager-users = {
|
home-manager-users = {
|
||||||
inherit (self.homeConfigurations) vinzenz ronja;
|
inherit (self.homeConfigurations) vinzenz ronja;
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,9 @@
|
||||||
{
|
{
|
||||||
# https://github.com/nix-community/lanzaboote/blob/70be03ab23d0988224e152f5b52e2fbf44a6d8ee/docs/QUICK_START.md
|
# https://github.com/nix-community/lanzaboote/blob/70be03ab23d0988224e152f5b52e2fbf44a6d8ee/docs/QUICK_START.md
|
||||||
# To enroll:
|
# To enroll:
|
||||||
# 1. Put Secure Boot in Setup mode
|
# 1. sudo sbctl create-keys
|
||||||
# 2. sudo sbctl create-keys
|
# 2. import this module, rebuild
|
||||||
# 3. import this module, rebuild
|
# 3. Put Secure Boot in Setup mode
|
||||||
# 4. sudo sbctl verify
|
# 4. sudo sbctl verify
|
||||||
# 5. sudo sbctl enroll-keys --microsoft
|
# 5. sudo sbctl enroll-keys --microsoft
|
||||||
# 6, reboot
|
# 6, reboot
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue