summaryrefslogtreecommitdiff
path: root/hosts/shinji.nix
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-01-23 14:03:02 -0500
committerFreya Murphy <freya@freyacat.org>2025-01-23 14:03:02 -0500
commit3c656aa7b96212d36a3bce877da7bbc2122fe721 (patch)
tree8c476de4dbf4ec78469f1e3418bcfd4fdaac4338 /hosts/shinji.nix
parentremove hyprland cachix (diff)
downloaddotfiles-nix-3c656aa7b96212d36a3bce877da7bbc2122fe721.tar.gz
dotfiles-nix-3c656aa7b96212d36a3bce877da7bbc2122fe721.tar.bz2
dotfiles-nix-3c656aa7b96212d36a3bce877da7bbc2122fe721.zip
remove lanzaboote
Diffstat (limited to 'hosts/shinji.nix')
-rw-r--r--hosts/shinji.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/hosts/shinji.nix b/hosts/shinji.nix
index b812a86..756cfe1 100644
--- a/hosts/shinji.nix
+++ b/hosts/shinji.nix
@@ -13,7 +13,6 @@ inputs.nixpkgs.lib.nixosSystem rec {
modules = [
options
inputs.home-manager.nixosModules.home-manager
- inputs.lanzaboote.nixosModules.lanzaboote
../nix
{
# options
@@ -28,14 +27,11 @@ inputs.nixpkgs.lib.nixosSystem rec {
security.tpm2.enable = false;
# bootloader
+ boot.loader.systemd-boot.enable = true;
boot.loader.efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi";
};
- boot.lanzaboote = {
- enable = true;
- pkiBundle = "/var/lib/sbctl";
- };
# hostname
networking.hostName = "shinji";