summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrisha Shipunov2025-03-31 09:51:55 +0200
committerGrisha Shipunov2025-03-31 09:51:55 +0200
commit10c4152f5436a92020869aa272dcf4d5339aac99 (patch)
tree226d57197d201159413690f6bd9209e9be622412
parent28d19492a4f5a49ae26a8d8d281df1064b371a77 (diff)
cleanup
-rw-r--r--flake.nix1
-rw-r--r--hosts/toaster/default.nix2
2 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 47d5d29..53287e4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -118,7 +118,6 @@
./modules/science.nix
./modules/tlp.nix
./modules/virtualization.nix
- ./hosts/toaster/secure-boot.nix
./modules/mail
./modules/wg
];
diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix
index b075f6f..17f8f09 100644
--- a/hosts/toaster/default.nix
+++ b/hosts/toaster/default.nix
@@ -60,7 +60,7 @@
home = "/home/0xa";
isNormalUser = true;
uid = 1000;
- shell = pkgs.zsh;
+ shell = pkgs.fish;
};
services.emacs.defaultEditor = false;