From 57c4611b5ac29e69cd63162cdd07d1101a587119 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 12 May 2022 17:18:05 +0200 Subject: [PATCH] Squelette NixOS --- content/formations/_index.md | 2 +- content/formations/est/_index.md | 2 +- content/formations/nix/_index.md | 13 ++++++++++++- content/formations/nix/channel.md | 5 +++++ content/formations/nix/cli.md | 11 +++++++++++ content/formations/nix/derivation.md | 5 +++++ content/formations/nix/flake.md | 5 +++++ content/formations/nix/home_manager.md | 5 +++++ content/formations/nix/modules.md | 5 +++++ content/formations/nix/nixlang.md | 5 +++++ content/formations/nix/nixpkgs.md | 5 +++++ content/formations/nix/nixstd.md | 5 +++++ content/operations/_index.md | 2 +- content/operations/acces/_index.md | 2 +- content/operations/debogage/_index.md | 2 +- content/operations/deploiement/_index.md | 2 +- content/operations/deploiement/app.md | 2 +- content/operations/maintien_en_condition/_index.md | 2 +- content/operations/pannes/_index.md | 2 +- content/operations/sauvegardes/_index.md | 2 +- content/operations/supervision/_index.md | 2 +- content/operations/support/_index.md | 2 +- content/prise_en_main/_index.md | 2 +- content/vie_associative/_index.md | 2 +- 24 files changed, 77 insertions(+), 15 deletions(-) create mode 100644 content/formations/nix/channel.md create mode 100644 content/formations/nix/cli.md create mode 100644 content/formations/nix/derivation.md create mode 100644 content/formations/nix/flake.md create mode 100644 content/formations/nix/home_manager.md create mode 100644 content/formations/nix/modules.md create mode 100644 content/formations/nix/nixlang.md create mode 100644 content/formations/nix/nixpkgs.md create mode 100644 content/formations/nix/nixstd.md diff --git a/content/formations/_index.md b/content/formations/_index.md index 86ac5a7..e7ad314 100644 --- a/content/formations/_index.md +++ b/content/formations/_index.md @@ -2,6 +2,6 @@ title = "Se former" description = "Se former" weight = 30 -sorted_by = "weight" +sort_by = "weight" +++ diff --git a/content/formations/est/_index.md b/content/formations/est/_index.md index e0ca5e3..c2db1ef 100644 --- a/content/formations/est/_index.md +++ b/content/formations/est/_index.md @@ -2,7 +2,7 @@ title = "Études sur les sciences et les techniques" description = "Études sur les sciences et les techniques" weight = 10 -sorted_by = "weight" +sort_by = "weight" +++ Science & Technology Studies. diff --git a/content/formations/nix/_index.md b/content/formations/nix/_index.md index e3295ab..ac6a752 100644 --- a/content/formations/nix/_index.md +++ b/content/formations/nix/_index.md @@ -1,6 +1,17 @@ +++ title = "Écosystème Nix" description = "L'écosysème Nix : nixlang, nixpkgs, nixos, flakes, etc." -sorted_by = "weight" +sort_by = "weight" weight = 30 +++ + +# Apprendre + +Suivez les liens dans le menu de gauche dans l'ordre + +# Ressources + +search.nixos.org pour trouver un paquet. + +Se référer au wiki nixos pour comprendre rapidement un domaine. +Par exemple domaine = nodejs ou domaine = audio linux. diff --git a/content/formations/nix/channel.md b/content/formations/nix/channel.md new file mode 100644 index 0000000..d5390b6 --- /dev/null +++ b/content/formations/nix/channel.md @@ -0,0 +1,5 @@ ++++ +title = "Channel" +description = "Channel et cache" +weight = 60 ++++ diff --git a/content/formations/nix/cli.md b/content/formations/nix/cli.md new file mode 100644 index 0000000..1c51cdf --- /dev/null +++ b/content/formations/nix/cli.md @@ -0,0 +1,11 @@ ++++ +title = "CLI" +description = "Les outils en CLI" +weight = 55 ++++ + +# nix-shell + +# nix repl + +# etc. diff --git a/content/formations/nix/derivation.md b/content/formations/nix/derivation.md new file mode 100644 index 0000000..b178793 --- /dev/null +++ b/content/formations/nix/derivation.md @@ -0,0 +1,5 @@ ++++ +title = "Dérivation" +description = "Dérivation" +weight = 10 ++++ diff --git a/content/formations/nix/flake.md b/content/formations/nix/flake.md new file mode 100644 index 0000000..669f4c1 --- /dev/null +++ b/content/formations/nix/flake.md @@ -0,0 +1,5 @@ ++++ +title = "Flakes" +description = "Flakes" +weight = 70 ++++ diff --git a/content/formations/nix/home_manager.md b/content/formations/nix/home_manager.md new file mode 100644 index 0000000..1cc6662 --- /dev/null +++ b/content/formations/nix/home_manager.md @@ -0,0 +1,5 @@ ++++ +title = "Home Manager" +description = "Home Manager" +weight = 80 ++++ diff --git a/content/formations/nix/modules.md b/content/formations/nix/modules.md new file mode 100644 index 0000000..cba12bd --- /dev/null +++ b/content/formations/nix/modules.md @@ -0,0 +1,5 @@ ++++ +title = "Modules" +description = "Les modules de NixOS" +weight = 50 ++++ diff --git a/content/formations/nix/nixlang.md b/content/formations/nix/nixlang.md new file mode 100644 index 0000000..415f73a --- /dev/null +++ b/content/formations/nix/nixlang.md @@ -0,0 +1,5 @@ ++++ +title = "Langage" +description = "Le langage Nix" +weight = 20 ++++ diff --git a/content/formations/nix/nixpkgs.md b/content/formations/nix/nixpkgs.md new file mode 100644 index 0000000..641033c --- /dev/null +++ b/content/formations/nix/nixpkgs.md @@ -0,0 +1,5 @@ ++++ +title = "Dépôt officiel" +description = "Le dépôt officiel nixpkgs" +weight = 40 ++++ diff --git a/content/formations/nix/nixstd.md b/content/formations/nix/nixstd.md new file mode 100644 index 0000000..b6f83e3 --- /dev/null +++ b/content/formations/nix/nixstd.md @@ -0,0 +1,5 @@ ++++ +title = "Bibliothèque standard" +description = "La bibliothèque standard de Nix" +weight = 30 ++++ diff --git a/content/operations/_index.md b/content/operations/_index.md index 17843e4..cecf7bc 100644 --- a/content/operations/_index.md +++ b/content/operations/_index.md @@ -2,7 +2,7 @@ title = "Opérations" description = "Opérations" weight = 100 -sorted_by = "weight" +sort_by = "weight" +++ # Définitions diff --git a/content/operations/acces/_index.md b/content/operations/acces/_index.md index 72859e4..278f724 100644 --- a/content/operations/acces/_index.md +++ b/content/operations/acces/_index.md @@ -1,7 +1,7 @@ +++ title = "Accès" description = "Accès" -sorted_by = "weight" +sort_by = "weight" weight = 5 +++ diff --git a/content/operations/debogage/_index.md b/content/operations/debogage/_index.md index b2535a5..5afe881 100644 --- a/content/operations/debogage/_index.md +++ b/content/operations/debogage/_index.md @@ -2,6 +2,6 @@ title = "Débogage" description = "Débogage" weight = 60 -sorted_by = "weight" +sort_by = "weight" +++ diff --git a/content/operations/deploiement/_index.md b/content/operations/deploiement/_index.md index e828ece..4986c67 100644 --- a/content/operations/deploiement/_index.md +++ b/content/operations/deploiement/_index.md @@ -2,6 +2,6 @@ title = "Déploiement" description = "Déploiement" weight = 10 -sorted_by = "weight" +sort_by = "weight" +++ diff --git a/content/operations/deploiement/app.md b/content/operations/deploiement/app.md index 696a079..664b0b0 100644 --- a/content/operations/deploiement/app.md +++ b/content/operations/deploiement/app.md @@ -1,7 +1,7 @@ +++ title = "Applications" description = "Déploiement d'une application" -sorted_by = "weight" +sort_by = "weight" weight = 30 +++ diff --git a/content/operations/maintien_en_condition/_index.md b/content/operations/maintien_en_condition/_index.md index edf85da..73d8812 100644 --- a/content/operations/maintien_en_condition/_index.md +++ b/content/operations/maintien_en_condition/_index.md @@ -1,7 +1,7 @@ +++ title = "Maintien en condition" description = "Maintien en condition" -sorted_by = "weight" +sort_by = "weight" weight = 20 +++ diff --git a/content/operations/pannes/_index.md b/content/operations/pannes/_index.md index d29ca90..474558b 100644 --- a/content/operations/pannes/_index.md +++ b/content/operations/pannes/_index.md @@ -2,5 +2,5 @@ title = "Pannes" description = "Pannes" weight = 70 -sorted_by = "weight" +sort_by = "weight" +++ diff --git a/content/operations/sauvegardes/_index.md b/content/operations/sauvegardes/_index.md index becc137..9d4d8c0 100644 --- a/content/operations/sauvegardes/_index.md +++ b/content/operations/sauvegardes/_index.md @@ -2,5 +2,5 @@ title = "Sauvegardes" description = "Sauvegardes" weight = 30 -sorted_by = "weight" +sort_by = "weight" +++ diff --git a/content/operations/supervision/_index.md b/content/operations/supervision/_index.md index 18eec8a..ee71625 100644 --- a/content/operations/supervision/_index.md +++ b/content/operations/supervision/_index.md @@ -2,7 +2,7 @@ title = "Supervision" description = "Supervision" weight = 40 -sorted_by = "weight" +sort_by = "weight" +++ # Métriques diff --git a/content/operations/support/_index.md b/content/operations/support/_index.md index 39da05d..0bfa7d6 100644 --- a/content/operations/support/_index.md +++ b/content/operations/support/_index.md @@ -2,5 +2,5 @@ title = "Support" description = "Support" weight = 50 -sorted_by = "weight" +sort_by = "weight" +++ diff --git a/content/prise_en_main/_index.md b/content/prise_en_main/_index.md index 109aec1..abc34bc 100644 --- a/content/prise_en_main/_index.md +++ b/content/prise_en_main/_index.md @@ -2,7 +2,7 @@ title = "Prise en main" description = "Prise en main" weight = 10 -sorted_by = "weight" +sort_by = "weight" +++ # Organiser une réunion en ligne diff --git a/content/vie_associative/_index.md b/content/vie_associative/_index.md index 5e043e4..e3eb07b 100644 --- a/content/vie_associative/_index.md +++ b/content/vie_associative/_index.md @@ -2,7 +2,7 @@ title = "Vie associative" description = "Vie associative" weight = 50 -sorted_by = "weight" +sort_by = "weight" +++ Ceci est un manuel