summaryrefslogtreecommitdiff
path: root/hosts/toaster
diff options
context:
space:
mode:
authorGrisha Shipunov2025-08-15 20:09:53 +0200
committerGrisha Shipunov2025-08-15 20:09:53 +0200
commit13eeb16ef60cdc3ea0f396750db17c1a2149b312 (patch)
treed7671bf478953e5bdd107d18c46ac3d14588cbb4 /hosts/toaster
parentf35599a59a080f0e7a173e21cae3d51dc230a212 (diff)
temp disable secure boot
Diffstat (limited to 'hosts/toaster')
-rw-r--r--hosts/toaster/default.nix4
1 files changed, 2 insertions, 2 deletions
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