From f427bfc67c0552c07158d8b02660ea172c29cbcd Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sun, 11 Jan 2026 19:38:29 +0100 Subject: minime: config time machine --- hosts/minime/zfs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/minime/zfs.nix') diff --git a/hosts/minime/zfs.nix b/hosts/minime/zfs.nix index 5c779c6..b13098b 100644 --- a/hosts/minime/zfs.nix +++ b/hosts/minime/zfs.nix @@ -5,7 +5,6 @@ { services.fstrim.enable = true; services.zfs = { - autoSnapshot.enable = true; trim.enable = true; autoScrub = { enable = true; @@ -29,6 +28,7 @@ hostKeys = [ /etc/secrets/initrd/ssh_host_rsa_key ]; authorizedKeys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJl9iYG5oHBq/poBn7Jf1/FGWWbAnbx+NKjs7qtT3uAK 0xa@toaster 2024-12-31" + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAXrwZsBChUhVuF5gFEfj8GwQlnrqEttAytS5jVCfuE4 0xa@frituurpan" ]; }; postCommands = '' -- cgit v1.3.1