dear lord almighty i can't believe this
This commit is contained in:
parent
cc7ac11755
commit
b1896fac44
|
@ -32,7 +32,7 @@ Build enry and upload a generation: `nixos-rebuild switch --use-remote-sudo --fl
|
|||
### To do on a new machine
|
||||
|
||||
- Install NixOS
|
||||
- Clone this repo `git clone https://gitea.com/tasiaiso/nixos-config.git && cd nixos-onfig`
|
||||
- Clone this repo `git clone https://git.vulpecula.zone/tasiaiso/nixos-config.git && cd nixos-onfig`
|
||||
- `export HOSTNAME=<your-hostname> && mkdir hosts/$HOSTNAME && cd hosts/$HOSTNAME && touch configuration.nix`
|
||||
- Fill out `configuration.nix`
|
||||
- add your key in `common/programs/ssh.nix`
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
script = ''
|
||||
set -eu
|
||||
|
||||
${pkgs.nixos-rebuild}/bin/nixos-rebuild boot -L --flake git+https://gitea.com/tasiaiso/nixos-config
|
||||
${pkgs.nixos-rebuild}/bin/nixos-rebuild boot -L --flake git+https://git.vulpecula.zone/tasiaiso/nixos-config
|
||||
|
||||
${pkgs.curl}/bin/curl \
|
||||
-H "Title: NixOS upgrade done" \
|
||||
|
|
Loading…
Reference in a new issue