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