Benutzer Diskussion:PaulRiegel/NixOS: Unterschied zwischen den Versionen

Aus Wiki StuRa HTW Dresden
Zur Navigation springen Zur Suche springen
 
Keine Bearbeitungszusammenfassung
Zeile 18: Zeile 18:
   boot.zfs.enableUnstable = true;
   boot.zfs.enableUnstable = true;
</pre>
</pre>
== [https://github.com/Mic92/dotfiles/tree/master/nixos MicOS] ==
* https://github.com/Mic92/dotfiles/blob/master/nixos/images/install-iso.nix

Version vom 16. September 2017, 01:19 Uhr

foo rund um die Installation

ZFS

Neben

  boot.supportedFilesystems = [ "zfs" ];

muss wohl auch noch

  networking.hostId = "ac174b52";

angegeben werden. Das ist für solaris porting layer spl.

running unstable

  boot.zfs.enableUnstable = true;

MicOS