mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 03:50:15 +00:00
fix: fully enable zfs
This commit is contained in:
@ -20,6 +20,10 @@ nixpkgs.lib.nixosSystem {
|
||||
{
|
||||
server = true;
|
||||
zfs.enable = true;
|
||||
|
||||
# head -c 8 /etc/machine-id
|
||||
networking.hostId = "600279f4"; # Random ID required for ZFS
|
||||
|
||||
gui.enable = false;
|
||||
theme = { colors = (import ../../colorscheme/gruvbox).dark; };
|
||||
nixpkgs.overlays = overlays;
|
||||
|
Reference in New Issue
Block a user