You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
452 B
Makefile
8 lines
452 B
Makefile
all:
|
|
nixos-generate-config --root /mnt
|
|
git config --global user.email "nixos-live@example.org"
|
|
git config --global user.name "NixOS Live"
|
|
cd /mnt/etc/nixos && git init . && git add . && git commit -m "initial commit"
|
|
cd /mnt/etc/nixos && git submodule add http://gogs.prunetwork.fr:80/nixos-config/nixos-template-base.git base
|
|
cd /mnt/etc/nixos && git submodule add https://gogs.prunetwork.fr/Capgemini-CDS-Arkea/template-nixos.git capgemini-cmb
|