services.xserver.videoDrivers = [ "nvidia" ];
services.xserver.videoDrivers = [ "ati_unfree" ];
(NixOS is pretty fantastic in this respect, in the installation live environment I just added
boot.supportedFilesystems = [ "zfs" ];
https://nixos.org/nixos/manual/#idm140737316292128
(NixOS is pretty fantastic in this respect, in the installation live environment I just added
to the configuration and switched to the new configuration. I could then do a root on ZFS install without any extra effort.)https://nixos.org/nixos/manual/#idm140737316292128