diff options
Diffstat (limited to '')
| -rw-r--r-- | README.org | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -28,7 +28,12 @@ nix run github:nix-community/nixos-anywhere -- --flake .#<host> --target-host ro #+end_src Once the host reboots, check that it's converted to NixOS by running =uname -a=. - +** Steps for a new VM on the Synology NAS +- chose VGA for the display (otherwise ~systemd-udevd~ gets stuck) +- use UEFI for boot +- use the ISO generated with =nix build .#nixosConfigurations.iso.config.system.build.isoImage= +- boot to the installer +- run =nix run github:nix-community/nixos-anywhere -- --flake .#<name> --target-host <ip> ** Create the nixos installer Run #+begin_src sh |
