ajout du template capgemini-cmb

capgemini-cmb
Yves Dubromelle 8 years ago
parent 6b4f084258
commit 9b2c397162

3
.gitmodules vendored

@ -6,3 +6,6 @@
path = nixos-template-base
url = ssh://git@gogs.prunetwork.fr:10022/nixos-config/nixos-template-base.git
branch = master
[submodule "template-nixos"]
path = capgemini-cmb
url = ssh://git@gogs.prunetwork.fr:10022/Capgemini-CDS-Arkea/template-nixos.git

@ -0,0 +1 @@
Subproject commit e4e00a44ccf3ed473db62788f7a4b6dadc6e40a4

@ -2,6 +2,7 @@
{
imports = [
capgemini-cmb/default.nix
nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix
nixos-template-base/base.nix
];
@ -18,4 +19,6 @@
}
];
environment.shellAliases = { nixos-generate-custom-config = "cd /iso/custom/ && make";};
services.xserver.enable = true;
networking.hostName = "nixos-livecd.corp.capgemini.com";
}

@ -1 +1 @@
Subproject commit 93254f45c0c8f8f51f7975ada1d53fbc7cf391bb
Subproject commit e74a1825d9636db49d903294a18c5804548b143a
Loading…
Cancel
Save