From 67ead21e1810e91390ab5c85749eda8b58c03397 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 21 Dec 2023 17:18:32 +0900 Subject: [PATCH] Update README --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 822c9452..3a77051c 100644 --- a/README.md +++ b/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 :root /etc/nixos/git +# or, with wallpapers +sudo git clone --recursive https://git.sysctl.io/albert/nix /etc/nixos/git +sudo chown -R :root /etc/nixos/git +``` * Installing a system from the ISO: ``` nixos-install [] -``` -or -``` +# or ./docs/install.sh [] ``` * 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.