mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 02:40:14 +00:00
add zfs module with options
This commit is contained in:
@ -19,6 +19,7 @@ nixpkgs.lib.nixosSystem {
|
||||
disko.nixosModules.disko
|
||||
{
|
||||
server = true;
|
||||
zfs.enable = true;
|
||||
gui.enable = false;
|
||||
theme = { colors = (import ../../colorscheme/gruvbox).dark; };
|
||||
nixpkgs.overlays = overlays;
|
||||
@ -36,9 +37,9 @@ nixpkgs.lib.nixosSystem {
|
||||
|
||||
neovim.enable = true;
|
||||
|
||||
boot.zfs.enabled = true;
|
||||
boot.kernelPackages =
|
||||
config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
# boot.zfs.enabled = true;
|
||||
# boot.kernelPackages =
|
||||
# config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
# boot.zfs.extraPools = [ "mypool" ];
|
||||
# services.zfs.autoScrub.enable = true;
|
||||
# services.zfs.autoScrub.interval = "daily";
|
||||
|
Reference in New Issue
Block a user