diff options
Diffstat (limited to 'ginaz/README')
-rw-r--r-- | ginaz/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ginaz/README b/ginaz/README index 1be871a..acd8dfd 100644 --- a/ginaz/README +++ b/ginaz/README @@ -39,6 +39,11 @@ nixos-generate-config --root /mnt cat <configuration.nix >/mnt/etc/nixos/configuration.nix cat <hardware-configuration.nix >/mnt/etc/nixos/hardware-configuration.nix +# unstable might be directly installable by first doing: +# see https://github.com/NixOS/nixpkgs/issues/35362 +#nix-channel --add https://nixos.org/channels/nixos-unstable nixos +#nix-channel --update + #nixos-install --root /mnt nixos-install |