Update README
Some checks failed
ssh-test / ssh-test (push) Failing after 23s

This commit is contained in:
iFargle 2023-12-21 17:18:32 +09:00
parent 9b06442121
commit 67ead21e18

View file

@ -1,12 +1,18 @@
# NixOS Configuration Repository # NixOS Configuration Repository
## NOTE: These configs expect this repo to be cloned to `/etc/nixos/git/` ## NOTE: These configs expect this repo to be cloned to `/etc/nixos/git/`
* Clone this repo
```
sudo git clone https://git.sysctl.io/albert/nix /etc/nixos/git
sudo chown -R <user>:root /etc/nixos/git
# or, with wallpapers
sudo git clone --recursive https://git.sysctl.io/albert/nix /etc/nixos/git
sudo chown -R <user>:root /etc/nixos/git
```
* Installing a system from the ISO: * Installing a system from the ISO:
``` ```
nixos-install <Hostname> [<Username>] nixos-install <Hostname> [<Username>]
``` # or
or
```
./docs/install.sh <Hostname> [<Username>] ./docs/install.sh <Hostname> [<Username>]
``` ```
* Post install: * Post install:
@ -19,7 +25,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh
# Host Specific # Host Specific
## framework-server To Do List ## framework-server To Do List
* [ ] Add a /Storage btrfs subvolume for Docker * [ ] Add a /Storage btrfs subvolume for Docker
* [ ] Potentially need to set up a new PGP key for use with ProtonMail * [ ] Need to set up a new PGP key for use with ProtonMail
* [ ] Try this https://www.ntop.org/products/traffic-analysis/ntop/ * [ ] Try this https://www.ntop.org/products/traffic-analysis/ntop/
* [ ] Podman mgiration - Potentially use nix-defined containers. * [ ] Podman mgiration - Potentially use nix-defined containers.