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 = { "/" = {