diff options
| author | Grisha Shipunov | 2026-01-11 19:38:29 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2026-01-11 19:47:03 +0100 |
| commit | f427bfc67c0552c07158d8b02660ea172c29cbcd (patch) | |
| tree | 61d1d0750d3f4099f6d92315442b368d34476e58 /hosts/minime/zfs.nix | |
| parent | 704868d9cc4fcf9566d0f668273ea28d3f6ae006 (diff) | |
minime: config time machine
Diffstat (limited to 'hosts/minime/zfs.nix')
| -rw-r--r-- | hosts/minime/zfs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = '' |
