From 75202fb46c55f3632afbb1f1bd0488297f08b1e5 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Tue, 2 Apr 2024 00:04:09 +0800 Subject: [PATCH] docs: kubevirt installation --- hosts/k8s/disko-config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/k8s/disko-config/README.md b/hosts/k8s/disko-config/README.md index 52e2c02a..3d2ecd97 100644 --- a/hosts/k8s/disko-config/README.md +++ b/hosts/k8s/disko-config/README.md @@ -48,7 +48,7 @@ sudo nix run --experimental-features "nix-command flakes" 'github:nix-community/ # or step by step ## 1. partition & format the disk via disko -sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko -- --mode disko ./disko-fs.nix +sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko -- --mode disko hosts/k8s/disko-config/kukubevirt-disko-fs.nix ## 2. install nixos # NOTE: the root password you set here will be discarded when reboot sudo nixos-install --root /mnt --flake .#suzu --no-root-password --show-trace --verbose