From 2ef79962d8830020ecc1f09d4fb0b04574a69ac3 Mon Sep 17 00:00:00 2001 From: Star <31732456+harodggg@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:30:52 +0800 Subject: [PATCH] Update README (#176) * Update README.md Add successful cases running on Google Cloud Debian11 * Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fcd782..650055c 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ runcmd: |CoreOS |2430.0.0 (alpha) | _unable_ |2020-03-30| |Debian |10.3 x64 |**success**|2020-03-30| |Debian |9.12 x64 |**success**|2020-03-30| +|Debian |11 x64 |**success**|2023-11-12| |Fedora |30 x64 |**success**|2020-03-30| |Fedora |31 x64 |**success**|2020-03-30| |FreeBSD |11.3 x64 ufs | _failure_ |2020-03-30| @@ -257,7 +258,7 @@ Requred some Xen modules to work out, after that NixOS erected itself without a |Distribution. | Name | Status | test date| |-------------------------------------|-----------------|-----------|----------| | Ubuntu on Ampere Altra (Arm64) | 20.04 |**success**|2022-09-07| - +| Debian (Amd64) | 11 |**success**|2023-11-12| ### Contabo Tested on Cloud VPS. Contabo sets the hostname to something like `vmi######.contaboserver.net`, Nixos only allows RFC 1035 compliant hostnames ([see here](https://search.nixos.org/options?show=networking.hostName&query=hostname)). Run `hostname something_without_dots` before running the script. If you run the script before changing the hostname - remove the `/etc/nixos/configuration.nix` so it's regenerated with the new hostname.