mirror of https://gitlab.crans.org/nounous/nixos
Création livre
parent
fff4731c5f
commit
1e5bf73402
|
@ -37,6 +37,10 @@
|
||||||
apprentix = nixosSystem {
|
apprentix = nixosSystem {
|
||||||
specialArgs = inputs;
|
specialArgs = inputs;
|
||||||
modules = [ ./hosts/vm/apprentix ];
|
modules = [ ./hosts/vm/apprentix ];
|
||||||
|
|
||||||
|
livre = nixosSystem {
|
||||||
|
specialArgs = inputs;
|
||||||
|
modules = [ ./hosts/vm/livre ];
|
||||||
};
|
};
|
||||||
|
|
||||||
livre = nixosSystem {
|
livre = nixosSystem {
|
||||||
|
|
Loading…
Reference in New Issue