[Nix] Adds MCP config.
This commit is contained in:
9
system/hosts/mcp/zfs.nix
Normal file
9
system/hosts/mcp/zfs.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
boot.zfs.forceImportRoot = false;
|
||||
# Set up the pool to be imported on boot.
|
||||
# Note that mountpoints are managed by ZFS on this system.
|
||||
boot.zfs.extraPools = [ "tank" ];
|
||||
}
|
||||
Reference in New Issue
Block a user