update
This commit is contained in:
parent
506b21e430
commit
709db1985b
91 changed files with 251 additions and 212 deletions
|
|
@ -1,28 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Switched to lanzaboote Secure Boot
|
||||
# boot = {
|
||||
# kernelParams = ["nohibernate" "ipv6.disable=1"];
|
||||
# tmp.cleanOnBoot = true;
|
||||
# supportedFilesystems = ["ntfs"];
|
||||
# loader = {
|
||||
# grub = {
|
||||
# device = "nodev";
|
||||
# efiSupport = true;
|
||||
# enable = true;
|
||||
# useOSProber = true;
|
||||
# timeoutStyle = "menu";
|
||||
# efiInstallAsRemovable = true;
|
||||
# extraConfig = ''
|
||||
# insmod tpm
|
||||
# '';
|
||||
# };
|
||||
# timeout = 300;
|
||||
# };
|
||||
# };
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
sbctl
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue