about summary refs log tree commit diff
path: root/users/tazjin
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2024-03-07T12·39+0300
committerclbot <clbot@tvl.fyi>2024-03-08T10·22+0000
commit22455cc62c7381c5b73afe6cf7794bc3862a6a50 (patch)
tree4218bc08df6ddf40f7f7b9adce8d5dfeac333dc1 /users/tazjin
parent16a7c4a1be61ff8c66dbf73f2291b64a71ab8f7a (diff)
chore(3p/sources): bump channels & overlays (2024-03-07) r/7657
* tazjin/nixos: remove unstable ZFS from tverskoy
* skipped agenix update as usual

Change-Id: I21dca17415c147d702ecc14a6c7f1c553ad62b84
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11095
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin')
-rw-r--r--users/tazjin/nixos/tverskoy/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix
index 38c6cbe2e5..733929219a 100644
--- a/users/tazjin/nixos/tverskoy/default.nix
+++ b/users/tazjin/nixos/tverskoy/default.nix
@@ -44,7 +44,6 @@ lib.fix (self: {
     kernelPackages = pkgs.zfsUnstable.latestCompatibleLinuxPackages;
     loader.systemd-boot.enable = true;
     loader.efi.canTouchEfiVariables = true;
-    zfs.enableUnstable = true;
   };
 
   virtualisation.docker.enable = true;