aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.org7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.org b/README.org
index 7a1005c..758eea4 100644
--- a/README.org
+++ b/README.org
@@ -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