Skip to content

Commit 49168fb

Browse files
committed
Add data zpool to the extraPools
This way the data pool gets mounted automaticaly on boot.
1 parent 3c456d2 commit 49168fb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

hosts/alfa/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ in
6666
}
6767
];
6868
};
69-
zfs.extraPools = [ "zpool" ];
69+
zfs.extraPools = [
70+
"zpool"
71+
"data"
72+
];
7073
};
7174

7275
networking = {

hosts/common.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
curl
3636
fastfetch
3737
git
38+
neovim
3839
nixfmt
3940
tmux
4041
tree
41-
vim
4242
wget
4343
];
4444
}

0 commit comments

Comments
 (0)