More formatting changes
This commit is contained in:
parent
258ddad76d
commit
611eaab26c
45 changed files with 52 additions and 66 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, config, ... }:
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
config = lib.mkIf config.system.desktop.enable {
|
||||
hardware.bluetooth = {
|
||||
|
|
|
@ -1,13 +1,8 @@
|
|||
{ lanzaboote, lib, config, pkgs, ... }:
|
||||
{ config, lib, pkgs, lanzaboote, ... }:
|
||||
{
|
||||
imports = [ lanzaboote.nixosModules.lanzaboote ];
|
||||
|
||||
options.system.lanzaboote = {
|
||||
enable = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
};
|
||||
};
|
||||
options.system.lanzaboote.enable = lib.mkEnableOption "Enable lanzaboote";
|
||||
|
||||
config = lib.mkIf config.system.lanzaboote.enable {
|
||||
boot = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue