my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
12
fork

Configure Feed

Select the types of activity you want to include in your feed.

nixos/boot/secure-boot: cleanup opt desc

+1 -3
+1 -3
modules/nixos/boot/secure-boot.nix
··· 15 15 # Secure Boot, my love keeping my valorant working on windows 16 16 imports = [ inputs.lanzaboote.nixosModules.lanzaboote ]; 17 17 18 - options.garden.system.boot.secureBoot = mkEnableOption '' 19 - secure-boot and load necessary packages, say good bye to systemd-boot 20 - ''; 18 + options.garden.system.boot.secureBoot = mkEnableOption "secure-boot and load necessary packages"; 21 19 22 20 config = mkIf sys.secureBoot { 23 21 garden.packages = { inherit (pkgs) sbctl; };