My experiments with an XMonad setup in NixOS. This is my work box now, so it pretty much works.
probably needs:
# useradd -m iain
# passwd iain ...
# passwd root ...
| # Add the zfs filesystem to the install environment: | |
| nano /etc/nixos/configuration.nix | |
| ## ---8<-------------------------8<--- | |
| boot.supportedFilesystems = ["zfs"]; | |
| ## ---8<-------------------------8<--- | |
| nixos-rebuild switch | |
| # Load the just installed ZFS kernel module |
My experiments with an XMonad setup in NixOS. This is my work box now, so it pretty much works.
probably needs:
# useradd -m iain
# passwd iain ...
# passwd root ...