2016-04-23 21:48:22 +02:00
|
|
|
all:
|
|
|
|
|
nixos-generate-config --root /mnt
|
2016-05-09 01:25:47 +02:00
|
|
|
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
|
2017-03-05 09:40:16 +01:00
|
|
|
cd /mnt/etc/nixos && git submodule add https://gogs.prunetwork.fr/Capgemini-CDS-Arkea/template-nixos.git capgemini-cmb
|