From 13eeb16ef60cdc3ea0f396750db17c1a2149b312 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Fri, 15 Aug 2025 20:09:53 +0200 Subject: temp disable secure boot --- hosts/toaster/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/toaster') diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index 2b8577b..427e43d 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -5,7 +5,7 @@ ./hardware-configuration.nix ./irc.nix ./network - ./secure-boot.nix + # ./secure-boot.nix ./zfs.nix ]; @@ -66,7 +66,7 @@ home = "/home/0xa"; isNormalUser = true; uid = 1000; - shell = pkgs.zsh; + shell = pkgs.fish; }; # This value determines the NixOS release from which the default -- cgit v1.3.1