aboutsummaryrefslogtreecommitdiff
path: root/docs/install.org
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/install.org14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/install.org b/docs/install.org
new file mode 100644
index 0000000..e4e279c
--- /dev/null
+++ b/docs/install.org
@@ -0,0 +1,14 @@
+#+TITLE: Installation
+#+AUTHOR: Franck Cuny
+#+EMAIL: franck@fcuny.net
+
+* Virtual machine running on the Synology NAS
+** Creating the VM
+- chose VGA for the display (otherwise ~systemd-udevd~ gets stuck)
+** Install NixOS on the VM
+1. Boot to the installer
+2. Copy the local configuration to the remote host ~rsync -avz --exclude='.git' --exclude='result' world/ nixos@192.168.1.151:~/world/~
+3. On the VM, from the =world= directory:
+ 1. Run =sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko/latest -- --mode destroy,format,mount nix/machines/vm-synology/disk.nix=
+ 2. Run =nixos-install --root /mnt/ --flake .#vm-synology=
+4. Reboot the VM