summaryrefslogtreecommitdiff
path: root/hosts/toaster
diff options
context:
space:
mode:
authorGrisha Shipunov2026-07-05 10:01:18 +0000
committerGrisha Shipunov2026-07-05 10:01:18 +0000
commitaa23acaa137cff4f21290c73645b271be24ea7ca (patch)
tree69ac137c5b9233b2847358bae59b3e4370eb482e /hosts/toaster
parent7e0caffd31c8e4b46ccd92d459fd3f41896a4b38 (diff)
more breaking changes for the god of breaking changes...
Diffstat (limited to 'hosts/toaster')
-rw-r--r--hosts/toaster/default.nix1
-rw-r--r--hosts/toaster/zfs.nix1
2 files changed, 1 insertions, 1 deletions
diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix
index ee20085..1c9c412 100644
--- a/hosts/toaster/default.nix
+++ b/hosts/toaster/default.nix
@@ -73,7 +73,6 @@
home = "/home/0xa";
isNormalUser = true;
uid = 1000;
- shell = pkgs.fish;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAXrwZsBChUhVuF5gFEfj8GwQlnrqEttAytS5jVCfuE4 0xa@frituurpan"
];
diff --git a/hosts/toaster/zfs.nix b/hosts/toaster/zfs.nix
index 03f0ed7..d41db2e 100644
--- a/hosts/toaster/zfs.nix
+++ b/hosts/toaster/zfs.nix
@@ -14,6 +14,7 @@
};
networking.hostId = "dca22577";
boot = {
+ zfs.forceImportRoot = false;
plymouth.enable = false;
tmp.useTmpfs = false;
tmp.cleanOnBoot = true;