Import zpool
This commit is contained in:
parent
c9d96958cc
commit
c3d4cfe505
|
@ -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
|
||||
|
|
|
@ -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 = {
|
||||
"/" = {
|
||||
|
|
Loading…
Reference in New Issue