Benutzer Diskussion:PaulRiegel/NixOS: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 19: | Zeile 19: | ||
</pre> | </pre> | ||
== [https://github.com/Mic92/dotfiles/tree/master/nixos | == [https://github.com/Mic92/dotfiles/tree/master/nixos Mic's OS] == | ||
* https://github.com/Mic92/dotfiles/blob/master/nixos/images/install-iso.nix | * https://github.com/Mic92/dotfiles/blob/master/nixos/images/install-iso.nix | ||
Version vom 16. September 2017, 00:20 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;