From c3d4cfe505a4c3ed5f9458d79ad8f7d0a3260f25 Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 18 Oct 2019 00:03:48 +0200 Subject: [PATCH] Import zpool --- Timeline.org | 3 ++- configuration.nix | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Timeline.org b/Timeline.org index 1df4c71..282d563 100644 --- a/Timeline.org +++ b/Timeline.org @@ -6,7 +6,8 @@ *** DONE User account CLOSED: [2019-10-17 Thu 23:21] *** TODO Harden SSH -*** TODO Import zpool +*** DONE Import zpool + CLOSED: [2019-10-18 Fri 00:03] *** TODO Tmux *** TODO Smartmontools ** Printing diff --git a/configuration.nix b/configuration.nix index c6d71f2..463b9f0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -22,6 +22,10 @@ git ]; + # Enable zfs support + networking.hostId = "bb26c304"; + boot.supportedFilesystems = [ "zfs" ]; + # File systems configuration for using the installer's partition layout fileSystems = { "/" = {