From 5b5f27d24d575fd2abbbd623102b6c17c1f4a5c0 Mon Sep 17 00:00:00 2001 From: 21CSM <81891917+21CSM@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:50:35 -0400 Subject: [PATCH] Fix outdated information on the NixOS guide (#7033) This change modifies the guide to increase the default installer disk size from 1024 MB to 1280 MB, due to latest NixOS minimal ISO size being over 1024 MB --- .../custom-kernels-distros/install-nixos-on-linode/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/tools-reference/custom-kernels-distros/install-nixos-on-linode/index.md b/docs/guides/tools-reference/custom-kernels-distros/install-nixos-on-linode/index.md index 25ced7862c9..1f2f544d59a 100644 --- a/docs/guides/tools-reference/custom-kernels-distros/install-nixos-on-linode/index.md +++ b/docs/guides/tools-reference/custom-kernels-distros/install-nixos-on-linode/index.md @@ -5,7 +5,7 @@ description: 'Install NixOS, which is known for its declarative approach to conf authors: ["Andrew Miller"] contributors: ["Andrew Miller"] published: 2017-06-16 -modified: 2023-07-11 +modified: 2024-07-05 keywords: ["custom distro", "NixOS", "advanced Linux", "kvm"] tags: ["cloud manager"] license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' @@ -48,7 +48,7 @@ To create a new Linode, go to the [Create Linode page](https://cloud.linode.com/ [Create three disk images](/docs/products/compute/compute-instances/guides/disks-and-storage/#create-a-disk): One for the installer, one for a swap partition, and one for the root partition. Label them: -- **Installer**: A type `ext4` disk, 1024 MB in size. +- **Installer**: A type `ext4` disk, 1280 MB in size. - **Swap**: A `swap` disk no larger than 512 MB. - **NixOS**: A type `ext4` disk which takes up all remaining space. @@ -340,4 +340,4 @@ After installation, Longview can be set up for your NixOS instance. echo $longview_key > /var/lib/longview/apiKeyFile | sudo tee /var/lib/longview/apiKeyFile ``` - Replace the value of `longview_key` above with the one you got from [Longview](https://cloud.linode.com/longview/clients). \ No newline at end of file + Replace the value of `longview_key` above with the one you got from [Longview](https://cloud.linode.com/longview/clients).