Initial setup for lanzaboote
This commit is contained in:
parent
24a865004a
commit
1908280a34
6 changed files with 207 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
{ host, profile, config, pkgs, ... }:
|
||||
{ lib, host, profile, config, pkgs, enableLanzaboote, ... }:
|
||||
let
|
||||
inherit
|
||||
(import ../../../hosts/${host}/variables.nix)
|
||||
|
@ -29,7 +29,7 @@ in
|
|||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
package = pkgs.hyprland;
|
||||
systemd = {
|
||||
systemd = lib.mkIf enableLanzaboote == false {
|
||||
enable = true;
|
||||
enableXdgAutostart = true;
|
||||
variables = [ "--all" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue