Merge pull request #134 from numtide/readme-update

README: SrvOS is not its own distribution yet
This commit is contained in:
Jörg Thalheim 2023-06-07 08:23:55 +02:00 committed by GitHub
commit 8d16137f62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@ needs to be done remotely. If you're installing NixOS, the **nixos-anywhere**
process including:
- Disk partitioning and formatting
- Configuring and installing either NixOS or SrvOS
- Configuring and installing NixOS
- Installing additional files and software
You can then initiate an unattended installation with a single CLI command.

View File

@ -6,6 +6,7 @@
, coreutils
, curl
, gnugrep
, gawk
, findutils
, gnused
, lib
@ -19,6 +20,7 @@ let
coreutils
curl # when uploading tarballs
gnugrep
gawk
findutils
gnused # needed by ssh-copy-id
];