Import zpool

This commit is contained in:
coolneng 2019-10-18 00:03:48 +02:00
parent c9d96958cc
commit c3d4cfe505
2 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,8 @@
*** DONE User account *** DONE User account
CLOSED: [2019-10-17 Thu 23:21] CLOSED: [2019-10-17 Thu 23:21]
*** TODO Harden SSH *** TODO Harden SSH
*** TODO Import zpool *** DONE Import zpool
CLOSED: [2019-10-18 Fri 00:03]
*** TODO Tmux *** TODO Tmux
*** TODO Smartmontools *** TODO Smartmontools
** Printing ** Printing

View File

@ -22,6 +22,10 @@
git git
]; ];
# Enable zfs support
networking.hostId = "bb26c304";
boot.supportedFilesystems = [ "zfs" ];
# File systems configuration for using the installer's partition layout # File systems configuration for using the installer's partition layout
fileSystems = { fileSystems = {
"/" = { "/" = {