From 235cb35a8aed7048d3a4b4af7a3391ea22ed77d1 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Thu, 5 Apr 2018 19:22:09 +0200 Subject: [PATCH] Snapshot ZFS automatique --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index d44e0f5..8a9b9ec 100644 --- a/configuration.nix +++ b/configuration.nix @@ -18,6 +18,8 @@ boot.supportedFilesystems = [ "zfs" ]; + services.zfs.autoSnapshot.enable = true; + networking.hostName = "loutreos"; # Define your hostname. networking.hostId = "7e66e347";