This commit is contained in:
parent
9b06442121
commit
67ead21e18
1 changed files with 10 additions and 4 deletions
14
README.md
14
README.md
|
@ -1,12 +1,18 @@
|
|||
# NixOS Configuration Repository
|
||||
## 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:
|
||||
```
|
||||
nixos-install <Hostname> [<Username>]
|
||||
```
|
||||
or
|
||||
```
|
||||
# or
|
||||
./docs/install.sh <Hostname> [<Username>]
|
||||
```
|
||||
* Post install:
|
||||
|
@ -19,7 +25,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
|||
# Host Specific
|
||||
## framework-server To Do List
|
||||
* [ ] 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/
|
||||
* [ ] Podman mgiration - Potentially use nix-defined containers.
|
||||
|
||||
|
|
Loading…
Reference in a new issue