Commit Graph

136 Commits

Author SHA1 Message Date
Kid
dbdbc7b4e2
Do not add channel when installing Nix (#142) 2023-04-10 17:06:33 -07:00
Paul Tötterman
cc5c152357
Success with Oracle Linux 9.1 on Oracle Cloud (#141) 2023-04-10 17:06:13 -07:00
Mike Forster
e6c8794947
Update NixOS version for Hetzner (#135)
Use the current stable NixOS version in the installation instructions for Hetzner.

Co-authored-by: Eric Litak <elitak@gmail.com>
2023-02-03 11:42:38 -08:00
Gabriel Arazas
c898a3169d
Fix ESP backup file path (#134) 2023-02-03 11:39:45 -08:00
Arek Kalandyk
5e110b972f
fix: generate network config for Hetzner Cloud (#133) 2023-02-03 11:38:37 -08:00
axel simon
50dfa0845c
Add Sscaleway as a tested provider (#137)
Tested a while ago (Nov 2020), but worked great
2023-02-03 11:37:44 -08:00
sоvд
bca605ce2c
adds liga hosting (#126)
Co-authored-by: Eric Litak <elitak@gmail.com>
2022-12-19 21:47:51 -08:00
Scott Stephens
e72cd89d99
Add support for AWS Lightsail (#125)
Co-authored-by: Eric Litak <elitak@gmail.com>
2022-12-19 21:31:13 -08:00
Rolf Schröder
263470891c
Add Windcloud as provider (#124)
Co-authored-by: Eric Litak <elitak@gmail.com>
2022-12-19 21:28:21 -08:00
Shaun Smiley
febf5a09cd
add ServArica (#123)
* add ServArica

* fix spacing

Co-authored-by: Eric Litak <elitak@gmail.com>
2022-12-19 21:26:47 -08:00
neirenoir
2805ed6cad
Added Clouding.io to the list of hosts that work. (#129) 2022-12-19 21:24:02 -08:00
David Morgan
f4e57410dc
Fix ssh host key permissions on Oracle Linux (#120) 2022-11-14 19:31:49 -08:00
Susan Potter
ff9e190e8d
Update README.md with Oracle Cloud data point (#121) 2022-11-14 19:31:11 -08:00
Astrid Yu
3317b8a82b
Fix installation with FQDNs (#122) 2022-11-14 19:30:52 -08:00
Eric Litak
18a03664f3 missing parentheses 2022-11-09 14:23:49 -08:00
David Morgan
c364d49d9d
Only include vmw_pvscsi on x64_64 (#118) 2022-11-09 08:19:00 -08:00
Geoffrey Huntley
56ddcd48f9
docs: Ubuntu on Ampere Altra (Arm64) on GCP works (#110)
Co-authored-by: Eric Litak <elitak@gmail.com>
2022-11-03 22:03:37 -07:00
Aleksei Zolotov
33c3c59a7f
Add Contabo VPS (#112) 2022-11-03 22:01:56 -07:00
Sridhar Ratnakumar
2f93674214
DO's Ubuntu 22.04 x64 works as well (#113) 2022-11-03 22:01:39 -07:00
Sandro
b771fe1afa
Add vmw_pvscsi kernel module (#115)
This is required when infecting VMs based on VMware Paravirtual SCSI on VMware vSphere ESXi hosts
2022-11-03 22:01:23 -07:00
Jairo Llopis
318fc516d1
feat: respect old machine ssh host keys (#107)
When lustrating another machine, you usually are already connected by SSH. Thus, you usually already trusted that machine's keys.

With this patch, those keys are kept, so after booting into nixos, you still connect to the same trusted IP+Keys combination.

@moduon MT-904
2022-07-11 10:25:21 -07:00
Alex Wied
1b0c79cd46
feat(readme) Record successful installation on Ubuntu 22.04 (#105) 2022-07-11 10:24:22 -07:00
Michael Colicchia
e83b58ccfa
feat(readme) tested Ubuntu 20.04 at OVHcloud (#104) 2022-06-19 13:19:13 -07:00
Rhys
cbec4363cb
Update README.md for Ubuntu 22.04 on Vultr (#101)
* Update README.md for Ubuntu 22.04 on Vultr

* Update README.md to use User-Data on Vultr
2022-06-12 16:19:38 -07:00
Kid
fc470491a5
Update default nixpkgs version to 22.05 (#102) 2022-06-12 16:18:23 -07:00
Cabia Rangris
95c32c17ae
Added cockbox support and documentation (#103)
* Added required modules for Cockbox

* Added cockbox to the docs
2022-06-12 16:17:46 -07:00
Keith
90dbc4b073
Improve flexibility, enable pre-setting NIXOS_CONFIG, & NIXOS_LUSTRATE (#100)
* Improve flexibility, enable pre-setting of NIXOS_CONFIG, and NIXOS_LUSTRATE

* Added success/failure to table

* Use existing swap

* Use existing swap

* Check for exisitng Swap device

* typo fix

* typo fix
2022-04-20 01:17:21 -07:00
Vincent Bernat
d9012e22d3
Using sh instead of $SHELL (#96)
Nix install script should be parsed by a Bourne-like shell, like bash
or sh. If the user invokes the script using a Korn shell or a Z Shell,
the script won't work. Nix documentation says to use "sh".
2022-04-03 10:22:32 -07:00
igna
e649f34f79
feat: add galaxygate in hosters (#99) 2022-04-03 10:21:36 -07:00
~hocsyr-lonwep
c78693e44f
feat: add oracle ubuntu to tested list (#97) 2022-03-28 12:56:24 -07:00
Matthias Tafelmeier
36e19e3b30
infect: have swap usage optional (#91)
Doesn't work everywhere with swapon, e.g. osuosl openstack cluster.

Without swap it can succeed though, it's not a hard prerequisite for the
infection to take effect.
2022-01-03 09:26:23 -08:00
Kid
2ec52a0ede
Enable zramSwap.enable by default (#86) 2021-12-30 21:59:08 -08:00
Vincent Bernat
be0cbff9e0
Also check for /dev/xvda (Xen) (#88) 2021-12-30 21:58:42 -08:00
Siyuan Wang
e067a2db7b
chore: tested on aliyun ECS (#89) 2021-12-30 21:58:18 -08:00
Kid
1fa358ed0a
Update default nixpkgs version to 21.11 (#85)
* Update default nixpkgs version to 21.11

* Remove unnecessary `networking.firewall.allowPing` option

It is a default: https://search.nixos.org/options?channel=21.05&show=networking.firewall.allowPing&from=0&size=50&sort=relevance&type=packages&query=networking.firewall.allowPing
2021-12-03 10:53:33 -08:00
Xavier Vello
048ef96c7d
Update README for Debian 11 on Hetzner Cloud (#84) 2021-11-27 18:38:24 -08:00
Thomas Jost
343eecd900
Update README.md for OVHcloud on Debian 11 (#83) 2021-11-17 12:52:20 -08:00
asdfasdf
1e2ab19808
Add a search path /home/$SUDO_USER/ for ssh keys (#79) 2021-07-31 10:32:35 -07:00
José Albornoz
d4b99a21bf
Update default nix to latest stable 21.05 (#78) 2021-06-19 12:17:08 -07:00
ilian
f9dcc164a3
Add support for Oracle Cloud Infrastructure (#77)
* Check environment before making any changes

* Ignore missing dnf in checkEnv

* Add EFI support

* Generate correct file system type config

* Fix XFS tools build error on AArch64 by updating channel

* Add test results for Oracle Cloud Infrastructure

* Fix spacing
2021-06-09 13:45:06 -07:00
Teo Ljungberg
894d0ff67d
Fix spelling error of mmay -> may (#76) 2021-05-18 11:28:34 -07:00
asdfasdf
8a7527d796
Removed potentially misleading information (#75)
The information about OpenVZ might not be correct per https://github.com/deepfire/nixos-wiki/blob/master/Install%20NixOS%20as%20OpenVZ%20guest.page
2021-05-08 02:26:16 -07:00
Johannes Spangenberg
58edeb3933
Fix prefixLength for gateway6 route (#73) 2021-05-03 23:32:42 -07:00
Pamplemousse
0fd9469d05
Update README.md for OVHcloud on Debian 10 (#72)
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-05-03 23:28:14 -07:00
Robert Scott
69fa0226d3
Add basic NVMe support (#74)
* grubdev detection: also check for /dev/nvme0n1

* add nvme to boot.initrd.kernelModules
2021-05-03 23:21:50 -07:00
Lyderic Dutillieux
d2996e3e53
Updated README.md with OVHcloud test on Arch Linux (#69)
Added a section for OVHcloud.
2021-03-30 02:27:04 -07:00
5uy4n9
a034446dec
add Tencent Cloud Lighthouse (#68) 2021-03-12 04:36:23 -08:00
Bryan Bennett
9f6428761d
Rewrite README (#67)
Increase clarity of operation procedure,
explicitly state tested hosters & OS versions,
and switch to using semantic linefeeds.
2021-02-08 07:33:39 -08:00
mschwaig
bdfc7b6a8d
avoid using NIX_PATH in resulting hardware-configuration.nix (#65)
This makes the resulting hardware-configuration.nix usable from a system
that is a nix flake without having to replace that usage of NIX_PATH first.
2020-12-31 22:50:30 -08:00
Akshay Mankar
dfc6f222da
Prefer to if to '&&' (#64)
doNetConf check always true

Co-authored-by: Eric Litak <elitak@gmail.com>
2020-12-25 21:35:33 -08:00