Compare commits
131 Commits
2016-07-06
...
2016-08-01
| Author | SHA1 | Date | |
|---|---|---|---|
| 35e09f59d5 | |||
| 40f547852e | |||
| 2a4c036ee4 | |||
| ee93d2f29d | |||
| 55880e13f3 | |||
| 9db6440dab | |||
| 5d86171461 | |||
| 909844a961 | |||
| 3b39357e2a | |||
| 3a3e43dd26 | |||
|
|
11c624da59 | ||
|
|
e88711df13 | ||
|
|
8881df0d4a | ||
|
|
206430165a | ||
| 6ff5e008a7 | |||
| 35c49c2fcd | |||
| 95c7fc7a14 | |||
|
|
908be0c5e8 | ||
|
|
12fe6f2b94 | ||
| dbd58cabc0 | |||
| 5fa77bda2e | |||
| 363b2f56e4 | |||
| 5380bb76b0 | |||
| ef3778dd54 | |||
| b50aa1ad0e | |||
| 326da0f7e8 | |||
| c5b7c16946 | |||
| af15068c29 | |||
| d503b8f0f4 | |||
| 7bd6eb37e3 | |||
| 592e5664be | |||
| 20e8e8beaa | |||
| 66252cb498 | |||
| 906ae9b7d1 | |||
| 2195033ee5 | |||
| becd37ba28 | |||
| f55ae85a66 | |||
| cd458f24a7 | |||
| 86c46a97de | |||
| b2619291a7 | |||
| 5350372774 | |||
|
|
e0cd512f87 | ||
|
|
3d1a7d2161 | ||
|
|
51787ab25b | ||
|
|
111f33ff3d | ||
| 7e9a8131a3 | |||
| 28f65522ae | |||
|
|
b7f05e47ac | ||
|
|
350b62aef2 | ||
|
|
ba9cdb7518 | ||
|
|
bd70296e68 | ||
|
|
f6b939ffa9 | ||
|
|
aa48575f58 | ||
| 50083e7d93 | |||
| a920200904 | |||
| a5f3e7f87d | |||
| 9cce1410a0 | |||
| 3180832a1f | |||
| 9499034120 | |||
| 2c715f9e14 | |||
| cd18fb2792 | |||
| 522131a517 | |||
| cfc55fa479 | |||
| 81ad043adb | |||
| a475a88ac4 | |||
| 49dfc7eeb0 | |||
| 30c9bd1b71 | |||
| b95c4509aa | |||
| e3d982a1fd | |||
| 021f6499f9 | |||
| 1416a12d22 | |||
| 0bfca5b71d | |||
| 62b1537353 | |||
| c9d1f4e67c | |||
| 2bb9511c1f | |||
| b4a72c5510 | |||
| 253403de89 | |||
| 2fa21f7f4d | |||
| 0bbddfbfa0 | |||
| 85ee98585b | |||
| c8444defd3 | |||
| df8df234c1 | |||
| 61d0c565ea | |||
| 0a8c503032 | |||
| 3d1feebee0 | |||
| d03f8cbfc2 | |||
| b277551d6a | |||
| 11a50ead02 | |||
| 28f91e5327 | |||
|
|
87a0a9d3de | ||
|
|
b816211833 | ||
| 5e470017d6 | |||
| d5ef35906b | |||
| a27a1c5aed | |||
|
|
0ad1b1038c | ||
|
|
dee3648f70 | ||
|
|
4a68e71a1d | ||
|
|
10f7efd252 | ||
| e8d0ccd483 | |||
|
|
ae328bb742 | ||
|
|
b5316cc818 | ||
|
|
024227a2f1 | ||
| 00a4fb4e16 | |||
| fff3b94beb | |||
| 3e5540a9e6 | |||
| 47b69d9e85 | |||
| 2479e9f72b | |||
| e60fd00c47 | |||
| e40206c116 | |||
| 63108b2077 | |||
| 1991c00fe8 | |||
| af3faefeee | |||
| bec1c4b84d | |||
| 59a545f3ab | |||
| 171ccd1559 | |||
|
|
d1114b0548 | ||
|
|
745bcf876a | ||
|
|
c85389b633 | ||
|
|
fb068f2efa | ||
|
|
ba13255577 | ||
|
|
d9a03c1445 | ||
|
|
669be98608 | ||
|
|
1a4277af74 | ||
|
|
fbf0ddfbae | ||
|
|
dac301ae6c | ||
|
|
cfcaaf1509 | ||
| fc2c49b15d | |||
| fb1ac16d95 | |||
| 6e73a026ca | |||
| 4e3ec6c71f | |||
| aa7d44af03 |
48
Makefile
48
Makefile
@@ -1,48 +0,0 @@
|
|||||||
all: rebuild-switch
|
|
||||||
date
|
|
||||||
|
|
||||||
clean:
|
|
||||||
nix-collect-garbage -d --delete-older-than 15d
|
|
||||||
|
|
||||||
clean-aggressive:
|
|
||||||
nix-collect-garbage -d --delete-older-than 1d
|
|
||||||
|
|
||||||
clean-total:
|
|
||||||
nix-collect-garbage -d
|
|
||||||
|
|
||||||
clean-log:
|
|
||||||
journalctl --vacuum-size=1G
|
|
||||||
|
|
||||||
full-auto: submodules-update upgrade clean optimise
|
|
||||||
|
|
||||||
optimise:
|
|
||||||
nix-store --optimise
|
|
||||||
|
|
||||||
push: submodules-push
|
|
||||||
git push --all
|
|
||||||
git push --tags
|
|
||||||
|
|
||||||
rebuild-switch:
|
|
||||||
nixos-rebuild switch
|
|
||||||
|
|
||||||
store-repair:
|
|
||||||
nix-store --verify --check-contents --repair
|
|
||||||
|
|
||||||
submodules-update:
|
|
||||||
#git submodule update --remote
|
|
||||||
git submodule foreach git co master
|
|
||||||
git submodule foreach git ff
|
|
||||||
|
|
||||||
submodules-push:
|
|
||||||
git submodule foreach git push --all
|
|
||||||
git submodule foreach git push --tags
|
|
||||||
|
|
||||||
submodules-tag:
|
|
||||||
git submodule foreach git tag -f "$$(date +%F)-$$(hostname -s)"
|
|
||||||
|
|
||||||
tag: submodules-tag
|
|
||||||
git tag -f "$$(date +%F)-$$(hostname -s)"
|
|
||||||
|
|
||||||
upgrade:
|
|
||||||
nixos-rebuild switch --upgrade
|
|
||||||
|
|
||||||
5
README
Normal file
5
README
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
# Lien pour install sur machine distante
|
||||||
|
|
||||||
|
* https://nixos.org/wiki/How_to_install_NixOS_from_Linux#Installing_through_a_chroot
|
||||||
|
* https://github.com/NixOS/nixpkgs/issues/13305
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
# Automatic update & automatic clean
|
|
||||||
system.autoUpgrade.enable = true;
|
|
||||||
nix.gc.automatic = true;
|
|
||||||
}
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
];
|
|
||||||
|
|
||||||
services.locate= {
|
|
||||||
enable = true;
|
|
||||||
interval = "hourly";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
# Cache http pour le store
|
|
||||||
services.nix-serve.enable = true;
|
|
||||||
networking.firewall.allowedTCPPorts = [5000];
|
|
||||||
}
|
|
||||||
11
base.nix
11
base.nix
@@ -1,13 +1,8 @@
|
|||||||
{ config, pkgs, ... }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
#./activation-manuelle/auto-upgrade.nix
|
./base/base.nix
|
||||||
#./activation-manuelle/locate.nix
|
./desktop/desktop.nix
|
||||||
#./activation-manuelle/swap.nix
|
|
||||||
./environment.nix
|
|
||||||
./localisation.nix
|
|
||||||
./networking.nix
|
|
||||||
./services.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
48
base/Makefile
Normal file
48
base/Makefile
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
all: rebuild-switch
|
||||||
|
date
|
||||||
|
|
||||||
|
clean:
|
||||||
|
nix-collect-garbage -d --delete-older-than 15d
|
||||||
|
|
||||||
|
clean-aggressive:
|
||||||
|
nix-collect-garbage -d --delete-older-than 1d
|
||||||
|
|
||||||
|
clean-total:
|
||||||
|
nix-collect-garbage -d
|
||||||
|
|
||||||
|
clean-log:
|
||||||
|
journalctl --vacuum-size=1G
|
||||||
|
|
||||||
|
full-auto: submodules-update upgrade clean optimise
|
||||||
|
|
||||||
|
optimise:
|
||||||
|
nix-store --optimise
|
||||||
|
|
||||||
|
push: submodules-push
|
||||||
|
git push --all
|
||||||
|
git push --tags
|
||||||
|
|
||||||
|
rebuild-switch:
|
||||||
|
nixos-rebuild switch --fallback --show-trace
|
||||||
|
|
||||||
|
store-repair:
|
||||||
|
nix-store --verify --check-contents --repair
|
||||||
|
|
||||||
|
submodules-update:
|
||||||
|
#git submodule update --remote
|
||||||
|
git submodule foreach git co master
|
||||||
|
git submodule foreach git ff
|
||||||
|
|
||||||
|
submodules-push:
|
||||||
|
git submodule foreach git push --all
|
||||||
|
git submodule foreach git push --tags
|
||||||
|
|
||||||
|
submodules-tag:
|
||||||
|
git submodule foreach git tag -f "$$(date +%F)-$$(hostname -s)"
|
||||||
|
|
||||||
|
tag: submodules-tag
|
||||||
|
git tag -f "$$(date +%F)-$$(hostname -s)"
|
||||||
|
|
||||||
|
upgrade:
|
||||||
|
nixos-rebuild switch --upgrade --fallback --show-trace
|
||||||
|
|
||||||
12
base/activation-manuelle/auto-upgrade.nix
Normal file
12
base/activation-manuelle/auto-upgrade.nix
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
with pkgs.lib;
|
||||||
|
|
||||||
|
let
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
in {
|
||||||
|
# Automatic update & automatic clean
|
||||||
|
|
||||||
|
system.autoUpgrade.enable = cfg.auto-upgrade;
|
||||||
|
nix.gc.automatic = cfg.auto-upgrade;
|
||||||
|
}
|
||||||
37
base/activation-manuelle/fail2ban.nix
Normal file
37
base/activation-manuelle/fail2ban.nix
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
with pkgs.lib;
|
||||||
|
|
||||||
|
let
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
in {
|
||||||
|
# Gestion de fail2ban
|
||||||
|
|
||||||
|
services = mkIf cfg.fail2ban {
|
||||||
|
fail2ban = {
|
||||||
|
enable = true;
|
||||||
|
jails = {
|
||||||
|
DEFAULT = ''
|
||||||
|
# "ignoreip" can be an IP address, a CIDR mask or a DNS host
|
||||||
|
ignoreip = 127.0.0.1/8 pedro.dubronetwork.fr cube.dubronetwork.fr voyage.prunetwork.fr xray.prunetwork.fr 192.168.0.0/16 172.16.0.0/16
|
||||||
|
|
||||||
|
# 1 jour
|
||||||
|
# bantime = 86400
|
||||||
|
# 5 jours
|
||||||
|
bantime = 432000
|
||||||
|
maxretry = 3
|
||||||
|
|
||||||
|
#
|
||||||
|
# Destination email address used solely for the interpolations in
|
||||||
|
# jail.{conf,local} configuration files.
|
||||||
|
destemail = admins@dubronetwork.fr
|
||||||
|
'';
|
||||||
|
ssh-route = ''
|
||||||
|
filter = sshd
|
||||||
|
action = route[blocktype=blackhole]
|
||||||
|
maxretry = 3
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
10
base/activation-manuelle/laptop.nix
Normal file
10
base/activation-manuelle/laptop.nix
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
with pkgs.lib;
|
||||||
|
|
||||||
|
let
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
in {
|
||||||
|
# Gestion spécifique pour PC portable
|
||||||
|
powerManagement.cpuFreqGovernor = mkIf cfg.laptop "powersave";
|
||||||
|
}
|
||||||
15
base/activation-manuelle/locate.nix
Normal file
15
base/activation-manuelle/locate.nix
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
with pkgs.lib;
|
||||||
|
|
||||||
|
let
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
in {
|
||||||
|
imports = [
|
||||||
|
];
|
||||||
|
|
||||||
|
services.locate = {
|
||||||
|
enable = cfg.locate;
|
||||||
|
interval = "hourly";
|
||||||
|
};
|
||||||
|
}
|
||||||
24
base/activation-manuelle/nix-serve-client.nix
Normal file
24
base/activation-manuelle/nix-serve-client.nix
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
inherit (lib) mkIf mkMerge;
|
||||||
|
profiles = config.r6d.profiles;
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
computers = config.r6d.computers;
|
||||||
|
in {
|
||||||
|
nix = mkIf config.r6d.config-generator.nix-serve-client {
|
||||||
|
# Cache http pour le store
|
||||||
|
requireSignedBinaryCaches = false;
|
||||||
|
binaryCaches = [
|
||||||
|
("https://cache.nixos.org/")
|
||||||
|
(mkIf (profiles.isDubronetwork && (! computers.isMonstre)) "http://192.168.10.169:5000")
|
||||||
|
(mkIf profiles.isDubronetwork "http://192.168.10.252:5000")
|
||||||
|
|
||||||
|
(mkIf (profiles.isPrunetwork && !profiles.isServer) "http://192.168.1.20:5000")
|
||||||
|
];
|
||||||
|
extraOptions = ''
|
||||||
|
connect-timeout = 5
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
||||||
12
base/activation-manuelle/nix-serve-server.nix
Normal file
12
base/activation-manuelle/nix-serve-server.nix
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
with pkgs.lib;
|
||||||
|
|
||||||
|
let
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
in {
|
||||||
|
# Cache http pour le store
|
||||||
|
|
||||||
|
services.nix-serve.enable = cfg.nix-serve-server;
|
||||||
|
networking.firewall.allowedTCPPorts = mkIf cfg.nix-serve-server [ 5000 ];
|
||||||
|
}
|
||||||
22
base/activation-manuelle/print.nix
Normal file
22
base/activation-manuelle/print.nix
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
with pkgs.lib;
|
||||||
|
|
||||||
|
let
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
in {
|
||||||
|
# Enable CUPS to print documents.
|
||||||
|
services.printing = mkIf cfg.print {
|
||||||
|
enable = true;
|
||||||
|
drivers = [
|
||||||
|
pkgs.samsung-unified-linux-driver
|
||||||
|
];
|
||||||
|
# Suppression automatique des fichiers temporaires.
|
||||||
|
# Par défaut, cups conserve une copie de ce qui a été imprimé
|
||||||
|
# pas cool pour les mots de passe ou autre donnée sensible
|
||||||
|
extraConf = ''
|
||||||
|
PreserveJobHistory No
|
||||||
|
PreserveJobFiles No
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -1,9 +1,14 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
with pkgs.lib;
|
||||||
|
|
||||||
|
let
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
in {
|
||||||
|
# Gestion du swap
|
||||||
|
|
||||||
# https://en.wikipedia.org/wiki/Swappiness
|
# https://en.wikipedia.org/wiki/Swappiness
|
||||||
boot.kernel.sysctl = {
|
boot.kernel.sysctl = mkIf cfg.swap {
|
||||||
# le swap est activé (!= 0)
|
# le swap est activé (!= 0)
|
||||||
# le swap est utilisé lorsque (100 - x) % de la mémoire est déja allouée
|
# le swap est utilisé lorsque (100 - x) % de la mémoire est déja allouée
|
||||||
"vm.swappiness" = 10;
|
"vm.swappiness" = 10;
|
||||||
29
base/activation-manuelle/users.nix
Normal file
29
base/activation-manuelle/users.nix
Normal file
File diff suppressed because one or more lines are too long
14
base/base.nix
Normal file
14
base/base.nix
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./environment.nix
|
||||||
|
./localisation.nix
|
||||||
|
./monitoring.nix
|
||||||
|
./networking.nix
|
||||||
|
./services.nix
|
||||||
|
|
||||||
|
# inclusion conditionnelle
|
||||||
|
./config-generator.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
254
base/config-generator.nix
Normal file
254
base/config-generator.nix
Normal file
@@ -0,0 +1,254 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
# exemple utilisé pour commencer bird.nix
|
||||||
|
let
|
||||||
|
inherit (lib) mkEnableOption mkIf mkMerge mkOption singleton types;
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
pfl = config.r6d.profiles;
|
||||||
|
comp = config.r6d.computers;
|
||||||
|
host = config.networking.hostName;
|
||||||
|
in
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./activation-manuelle/auto-upgrade.nix
|
||||||
|
./activation-manuelle/laptop.nix
|
||||||
|
./activation-manuelle/locate.nix
|
||||||
|
./activation-manuelle/fail2ban.nix
|
||||||
|
./activation-manuelle/nix-serve-client.nix
|
||||||
|
./activation-manuelle/nix-serve-server.nix
|
||||||
|
./activation-manuelle/print.nix
|
||||||
|
./activation-manuelle/swap.nix
|
||||||
|
./activation-manuelle/users.nix
|
||||||
|
];
|
||||||
|
|
||||||
|
###### interface
|
||||||
|
|
||||||
|
options = {
|
||||||
|
|
||||||
|
#* Utilisé pour afecter des capacités aux machines
|
||||||
|
r6d.profiles = {
|
||||||
|
# Domaine
|
||||||
|
isDubronetwork = mkEnableOption "Pour distinguer les machines dubronetwork.";
|
||||||
|
isPrunetwork = mkEnableOption "Pour distinguer les machines prunetwork.";
|
||||||
|
# Utilisation machine
|
||||||
|
isDesktop = mkEnableOption "Pour indiquer une machine avec interface graphique.";
|
||||||
|
isHome = mkEnableOption "Pour indiquer que la machine sert à la maison (divertissement & autre).";
|
||||||
|
isServer = mkEnableOption "Pour indiquer qu'il s'agit d'un serveur.";
|
||||||
|
isWorkstation = mkEnableOption "Pour indiquer que la machine sert à travailler.";
|
||||||
|
};
|
||||||
|
|
||||||
|
#* Utilisé dans les fichiers .nix
|
||||||
|
r6d.config-generator = {
|
||||||
|
enable = mkEnableOption "Génération de la configuration d'une machine.";
|
||||||
|
awesome = mkEnableOption "Profil pour activer le gestionnaire de fenêtre awesome.";
|
||||||
|
auto-upgrade = mkEnableOption "Profil pour activer les mises à jour automatiques.";
|
||||||
|
conception-assistee = mkEnableOption "Profil pour activer les outils de conception électronique & modélisation 3D";
|
||||||
|
database_postgres=mkEnableOption "Profil pour activer le SGBD PostgreSQL.";
|
||||||
|
developpement = mkEnableOption "Profil pour activer les outils de développement";
|
||||||
|
docker = mkEnableOption "Profil pour l'utilisation de Docker.";
|
||||||
|
dns_autorite = mkEnableOption "Profil pour servir les fichiers de zone DNS.";
|
||||||
|
dns_resolveur = mkEnableOption "Profil pour activer un résolveur DNS local.";
|
||||||
|
fail2ban = mkEnableOption "Profil pour activer Fail2ban.";
|
||||||
|
jeux = mkEnableOption "Profil pour les jeux vidéos.";
|
||||||
|
laptop = mkEnableOption "Profil pour les outils spécifiques aux ordinateurs portables..";
|
||||||
|
locate = mkEnableOption "Profil pour activer la fonction locate.";
|
||||||
|
murmur = mkEnableOption "Profil pour activer un serveur Mumble (murmur)";
|
||||||
|
nix-serve-client= mkEnableOption "Profil pour que la machine soit un client de cache nix.";
|
||||||
|
nix-serve-server= mkEnableOption "Profil pour que la machine soit un serveur de cache nix.";
|
||||||
|
print = mkEnableOption "Profil pour activer cups & pouvoir imprimer.";
|
||||||
|
rabbitmq = mkEnableOption "Profil pour activer le service de messagerie AMQP.";
|
||||||
|
swap = mkEnableOption "Profil pour que le swap soit activé.";
|
||||||
|
virtualbox = mkEnableOption "Profil pour l'utilisation de VirtualBox.";
|
||||||
|
xmonad = mkEnableOption "Profil pour activer le gestionnaire de fenêtres xmonad.";
|
||||||
|
};
|
||||||
|
#* Utilisé pour avoir des raccourcis de machine
|
||||||
|
r6d.computers = {
|
||||||
|
isLatitude = mkEnableOption "Identification du nom de machine.";
|
||||||
|
isMonstre = mkEnableOption "Identification du nom de machine.";
|
||||||
|
isNeoNomade = mkEnableOption "Identification du nom de machine.";
|
||||||
|
isNomade = mkEnableOption "Identification du nom de machine.";
|
||||||
|
isOcean = mkEnableOption "Identification du nom de machine.";
|
||||||
|
isPhenom = mkEnableOption "Identification du nom de machine.";
|
||||||
|
isRadx = mkEnableOption "Identification du nom de machine.";
|
||||||
|
isRollo = mkEnableOption "Identification du nom de machine.";
|
||||||
|
isXray = mkEnableOption "Identification du nom de machine.";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
###### implementation
|
||||||
|
# https://nixos.org/releases/nixos/14.12-small/nixos-14.12.374.61adf9e/manual/sec-writing-modules.html
|
||||||
|
# https://nixos.org/wiki/NixOS:extend_NixOS
|
||||||
|
config = mkMerge
|
||||||
|
[ # Unconditional stuff.
|
||||||
|
{
|
||||||
|
r6d.config-generator.enable = true;
|
||||||
|
r6d.computers = {
|
||||||
|
isLatitude = host == "latitude.dubronetwork.fr";
|
||||||
|
isMonstre = host == "monstre.dubronetwork.fr";
|
||||||
|
isNeoNomade = host == "neo-nomade.dubronetwork.fr";
|
||||||
|
isNomade = host == "nomade.dubronetwork.fr";
|
||||||
|
isOcean = host == "ocean.prunetwork.fr";
|
||||||
|
isPhenom = host == "phenom.dubronetwork.fr";
|
||||||
|
isRadx = host == "radx.prunetwork.fr";
|
||||||
|
isRollo = host == "rollo.dubronetwork.fr";
|
||||||
|
isXray = host == "xray.prunetwork.fr";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
# Conditional stuff
|
||||||
|
|
||||||
|
## Définition des profils génériques
|
||||||
|
(mkIf pfl.isDesktop {
|
||||||
|
r6d.config-generator = {
|
||||||
|
awesome = true;
|
||||||
|
nix-serve-client = true;
|
||||||
|
};
|
||||||
|
})
|
||||||
|
(mkIf pfl.isHome {
|
||||||
|
r6d.profiles.isDesktop = true;
|
||||||
|
})
|
||||||
|
(mkIf pfl.isServer {
|
||||||
|
r6d.config-generator = {
|
||||||
|
#database_postgres = true;
|
||||||
|
dns_autorite = true;
|
||||||
|
#dns_resolveur = true;
|
||||||
|
# inutile d'exposer la conf complète du serveur par le store tant qu'il n'y a pas de protection complémentaire - utilisation SSH ?
|
||||||
|
#nix-serve-server = true;
|
||||||
|
|
||||||
|
#rabbitmq = true;
|
||||||
|
};
|
||||||
|
})
|
||||||
|
# /!\ PAS un serveur
|
||||||
|
(mkIf (!pfl.isServer) {
|
||||||
|
r6d.config-generator = {
|
||||||
|
dns_resolveur = true;
|
||||||
|
};
|
||||||
|
})
|
||||||
|
(mkIf pfl.isWorkstation {
|
||||||
|
r6d.profiles.isDesktop = true;
|
||||||
|
|
||||||
|
r6d.config-generator = {
|
||||||
|
developpement = true;
|
||||||
|
docker = true;
|
||||||
|
};
|
||||||
|
})
|
||||||
|
|
||||||
|
## Profils liés à Dubronetwork
|
||||||
|
(mkIf pfl.isDubronetwork {
|
||||||
|
r6d.config-generator = {
|
||||||
|
auto-upgrade = true;
|
||||||
|
print = true;
|
||||||
|
};
|
||||||
|
})
|
||||||
|
(mkIf (pfl.isDubronetwork && pfl.isHome) {
|
||||||
|
r6d.config-generator.jeux = true;
|
||||||
|
})
|
||||||
|
(mkIf (pfl.isDubronetwork && pfl.isServer) {
|
||||||
|
r6d.config-generator.nix-serve-server = true;
|
||||||
|
})
|
||||||
|
(mkIf (pfl.isDubronetwork && pfl.isWorkstation) {
|
||||||
|
r6d.config-generator = {
|
||||||
|
conception-assistee = true;
|
||||||
|
virtualbox = true;
|
||||||
|
xmonad = true;
|
||||||
|
};
|
||||||
|
})
|
||||||
|
|
||||||
|
## Profils liés à Prunetwork
|
||||||
|
(mkIf pfl.isPrunetwork {
|
||||||
|
r6d.config-generator = {
|
||||||
|
auto-upgrade = true;
|
||||||
|
fail2ban = true;
|
||||||
|
swap = true;
|
||||||
|
};
|
||||||
|
})
|
||||||
|
|
||||||
|
|
||||||
|
## Affectation des profils aux machines
|
||||||
|
(mkIf comp.isOcean {
|
||||||
|
r6d.profiles = {
|
||||||
|
isPrunetwork = true;
|
||||||
|
isServer = true;
|
||||||
|
};
|
||||||
|
})
|
||||||
|
(mkIf comp.isRadx {
|
||||||
|
r6d.profiles = {
|
||||||
|
isHome = true;
|
||||||
|
isPrunetwork = true;
|
||||||
|
isServer = true;
|
||||||
|
isWorkstation = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
r6d.config-generator = {
|
||||||
|
nix-serve-server = true;
|
||||||
|
virtualbox = true;
|
||||||
|
};
|
||||||
|
})
|
||||||
|
(mkIf comp.isXray {
|
||||||
|
r6d.profiles = {
|
||||||
|
isPrunetwork = true;
|
||||||
|
isServer = true;
|
||||||
|
};
|
||||||
|
})
|
||||||
|
|
||||||
|
(mkIf comp.isLatitude {
|
||||||
|
r6d.profiles = {
|
||||||
|
isDubronetwork = true;
|
||||||
|
isHome = true;
|
||||||
|
isWorkstation = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
r6d.config-generator = {
|
||||||
|
laptop = true;
|
||||||
|
};
|
||||||
|
})
|
||||||
|
(mkIf comp.isMonstre {
|
||||||
|
r6d.profiles = {
|
||||||
|
isDubronetwork = true;
|
||||||
|
isServer = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
r6d.config-generator.fail2ban = true;
|
||||||
|
})
|
||||||
|
(mkIf comp.isNeoNomade{
|
||||||
|
r6d.profiles = {
|
||||||
|
isDubronetwork = true;
|
||||||
|
isHome = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
r6d.config-generator = {
|
||||||
|
laptop = true;
|
||||||
|
};
|
||||||
|
})
|
||||||
|
(mkIf comp.isNomade{
|
||||||
|
r6d.profiles.isDubronetwork = true;
|
||||||
|
|
||||||
|
r6d.config-generator = {
|
||||||
|
laptop = true;
|
||||||
|
};
|
||||||
|
})
|
||||||
|
(mkIf comp.isPhenom {
|
||||||
|
r6d.profiles = {
|
||||||
|
isDubronetwork = true;
|
||||||
|
isHome = true;
|
||||||
|
isWorkstation = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
r6d.config-generator = {
|
||||||
|
nix-serve-server = true;
|
||||||
|
};
|
||||||
|
})
|
||||||
|
(mkIf comp.isRollo {
|
||||||
|
r6d.profiles = {
|
||||||
|
isDubronetwork = true;
|
||||||
|
isServer = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
r6d.config-generator = {
|
||||||
|
fail2ban = true;
|
||||||
|
murmur = true;
|
||||||
|
};
|
||||||
|
})
|
||||||
|
];
|
||||||
|
}
|
||||||
72
base/environment.nix
Normal file
72
base/environment.nix
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
# Nombre de process d'installation en parrallèle effectués par Nix
|
||||||
|
nix.buildCores = 0;
|
||||||
|
|
||||||
|
# The NixOS release to be compatible with for stateful data such as databases.
|
||||||
|
system.stateVersion = "16.03";
|
||||||
|
|
||||||
|
# On autorise les paquets non-libres
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
# List packages installed in system profile. To search by name, run:
|
||||||
|
# $ nix-env -qaP | grep wget
|
||||||
|
environment = {
|
||||||
|
systemPackages = with pkgs; [
|
||||||
|
bind # utilisé pour les utilitaires comme dig
|
||||||
|
byobu # permet de se déconnecter d'un terminal sans l'aréter
|
||||||
|
exfat # Pour monter les FAT avec Fuse
|
||||||
|
git gitAndTools.gitSVN gitAndTools.tig gti # outil de gestion de version
|
||||||
|
gnumake # pour décrire les recettes de compilation
|
||||||
|
gnupg # GPG
|
||||||
|
gpm # prise en charge de la souris en console
|
||||||
|
htop # monitoring
|
||||||
|
#libressl # librairie pour faire du TLS et les algorithmes de crypto par OpenBSD
|
||||||
|
ncdu # outil pour voir l'espace utilisé
|
||||||
|
nmap # outil de scan de port réseau
|
||||||
|
mtr # outil de diagnostic réseau
|
||||||
|
par2cmdline # outil de récupération de fichiers corrompus - .par2
|
||||||
|
p7zip # compression de fichier
|
||||||
|
parted # partitionnement de disque
|
||||||
|
pciutils
|
||||||
|
python # python -- python -m SimpleHTTPServer 8000
|
||||||
|
python34Packages.glances # monitoring
|
||||||
|
pwgen # générateur de mot de passe
|
||||||
|
rtorrent # outil de téléchargement de torrent & magnet
|
||||||
|
tmux # nécessaire pour byobu
|
||||||
|
tree # affiche une arborescence de fichiers et dossiers
|
||||||
|
usbutils
|
||||||
|
(import ./vim.nix)
|
||||||
|
wget # client HTTP console
|
||||||
|
which # pour connaitre le chemin d'un exécutable
|
||||||
|
];
|
||||||
|
shellAliases = {
|
||||||
|
byobu = "byobu-tmux";
|
||||||
|
tree = "tree -C";
|
||||||
|
tree1 = "tree -d -L 1";
|
||||||
|
tree2 = "tree -d -L 2";
|
||||||
|
tree3 = "tree -d -L 3";
|
||||||
|
grep = "grep --color=auto";
|
||||||
|
vi = "vim";
|
||||||
|
};
|
||||||
|
etc.gitconfig.text = builtins.readFile ./gitconfig;
|
||||||
|
};
|
||||||
|
programs.bash = {
|
||||||
|
enableCompletion = true;
|
||||||
|
promptInit = builtins.readFile ./bash-prompt.sh;
|
||||||
|
interactiveShellInit = builtins.readFile ./bash-interactive-init.sh;
|
||||||
|
};
|
||||||
|
|
||||||
|
# https://wiki.mozilla.org/Security/Guidelines/OpenSSH#Modern
|
||||||
|
programs.ssh.extraConfig = ''
|
||||||
|
# Ensure KnownHosts are unreadable if leaked - it is otherwise easier to know which hosts your keys have access to.
|
||||||
|
HashKnownHosts yes
|
||||||
|
# Host keys the client accepts - order here is honored by OpenSSH
|
||||||
|
HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256
|
||||||
|
|
||||||
|
KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp256,ecdh-sha2-nistp384,diffie-hellman-group-exchange-sha256
|
||||||
|
MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com
|
||||||
|
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
|
||||||
|
'';
|
||||||
|
}
|
||||||
@@ -1,3 +1,4 @@
|
|||||||
|
# http://www.git-attitude.fr/2014/09/15/30-options-git-qui-gagnent-a-etre-connues/
|
||||||
[color]
|
[color]
|
||||||
diff = auto
|
diff = auto
|
||||||
branch = auto
|
branch = auto
|
||||||
@@ -10,6 +11,7 @@
|
|||||||
ci = commit
|
ci = commit
|
||||||
co = checkout
|
co = checkout
|
||||||
ff = pull --ff-only
|
ff = pull --ff-only
|
||||||
|
oops = commit --amend --no-edit
|
||||||
# Show files ignored by git
|
# Show files ignored by git
|
||||||
ignored = ls-files -o -i --exclude-standard
|
ignored = ls-files -o -i --exclude-standard
|
||||||
ls = ls-files
|
ls = ls-files
|
||||||
27
base/monitoring.nix
Normal file
27
base/monitoring.nix
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# Edit this configuration file to define what should be installed on
|
||||||
|
# your system. Help is available in the configuration.nix(5) man page
|
||||||
|
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||||
|
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
## Munin server -- generate /var/www/munin
|
||||||
|
services.munin-cron = {
|
||||||
|
enable = true;
|
||||||
|
hosts = ''
|
||||||
|
[${config.networking.hostName}]
|
||||||
|
address localhost
|
||||||
|
'';
|
||||||
|
extraGlobalConfig = ''
|
||||||
|
contact.email.command mail -s "Munin notification for ''${var:host}" hostmaster@prunetwork.fr
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
# TODO configurer les bon ports lors de l'ouverture du service
|
||||||
|
];
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
# * https://nixos.org/wiki/Create_and_debug_nix_packages
|
||||||
|
# * http://chriswarbo.net/essays/nixos/developing_on_nixos.html
|
||||||
|
}
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
boot.kernel.sysctl = {
|
boot.kernel.sysctl = {
|
||||||
"net.ipv6.conf.all.temp_prefered_lft" = 1800; # 30 min
|
"net.ipv6.conf.all.temp_prefered_lft" = 1800; # 30 min
|
||||||
"net.ipv6.conf.all.temp_valid_lft" = 3600; # 1 heure
|
"net.ipv6.conf.all.temp_valid_lft" = 43200; # 12 heures
|
||||||
"net.ipv6.conf.all.use_tempaddr" = 2; # activé
|
"net.ipv6.conf.all.use_tempaddr" = 2; # activé
|
||||||
|
|
||||||
"net.ipv6.conf.default.temp_prefered_lft" = 3600; # 1 heure
|
"net.ipv6.conf.default.temp_prefered_lft" = 3600; # 1 heure
|
||||||
38
base/services.nix
Normal file
38
base/services.nix
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
# Sécurité & Acces distant
|
||||||
|
|
||||||
|
## Augmentation de l'entropie du système par un générateur de nombres aléatoires
|
||||||
|
## cat /proc/sys/kernel/random/entropy_avail
|
||||||
|
services.haveged = {
|
||||||
|
enable = true;
|
||||||
|
refill_threshold = 2048;
|
||||||
|
};
|
||||||
|
|
||||||
|
## OpenSSH daemon
|
||||||
|
services.openssh = {
|
||||||
|
enable = true;
|
||||||
|
# https://wiki.mozilla.org/Security/Guidelines/OpenSSH#Modern_.28OpenSSH_6.7.2B.29
|
||||||
|
extraConfig = ''
|
||||||
|
KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256
|
||||||
|
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
|
||||||
|
MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com
|
||||||
|
|
||||||
|
# LogLevel VERBOSE logs user's key fingerprint on login. Needed to have a clear audit track of which key was using to log in.
|
||||||
|
LogLevel VERBOSE
|
||||||
|
|
||||||
|
# Use kernel sandbox mechanisms where possible in unprivilegied processes
|
||||||
|
# Systrace on OpenBSD, Seccomp on Linux, seatbelt on MacOSX/Darwin, rlimit elsewhere.
|
||||||
|
UsePrivilegeSeparation sandbox
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
|
# Monitoring
|
||||||
|
|
||||||
|
## Noeud de supervision munin = pas de stockage des données locales
|
||||||
|
|
||||||
|
services.munin-node = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
20
desktop/activation-manuelle/app-awesome.nix
Normal file
20
desktop/activation-manuelle/app-awesome.nix
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
inherit (lib) mkIf;
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
computers = config.r6d.computers;
|
||||||
|
profiles = config.r6d.profiles;
|
||||||
|
in mkIf cfg.awesome {
|
||||||
|
|
||||||
|
environment.variables = {
|
||||||
|
# Export the current path for the awesome derivation, useful for users rc.lua
|
||||||
|
# Example usage in rc.lua :
|
||||||
|
#
|
||||||
|
# config = {}
|
||||||
|
# config.dir = os.getenv("AWESOME_CONFIG_DIR")
|
||||||
|
# beautiful.init(config.dir .. "/share/awesome//themes/zenburn/theme.lua")
|
||||||
|
#
|
||||||
|
AWESOME_CONFIG_DIR = "${pkgs.awesome}";
|
||||||
|
};
|
||||||
|
}
|
||||||
23
desktop/activation-manuelle/app-cao.nix
Normal file
23
desktop/activation-manuelle/app-cao.nix
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
inherit (lib) mkIf;
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
computers = config.r6d.computers;
|
||||||
|
profiles = config.r6d.profiles;
|
||||||
|
in
|
||||||
|
|
||||||
|
mkIf cfg.conception-assistee {
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
# CAO
|
||||||
|
## Modélisation 3D
|
||||||
|
freecad # modélisation de pièces en 3D
|
||||||
|
povray # Rendu tracé de rayon, utilisé dans freecad
|
||||||
|
|
||||||
|
## Électricité & Électronique
|
||||||
|
fritzing # schéma de câblages "jolis"
|
||||||
|
kicad # ensemble d'outils de conception électronique
|
||||||
|
qucs # simulateur de circuits électroniques
|
||||||
|
];
|
||||||
|
}
|
||||||
44
desktop/activation-manuelle/app-developpement.nix
Normal file
44
desktop/activation-manuelle/app-developpement.nix
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
inherit (lib) mkIf;
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
computers = config.r6d.computers;
|
||||||
|
profiles = config.r6d.profiles;
|
||||||
|
in
|
||||||
|
|
||||||
|
mkIf cfg.developpement {
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
# Base de données
|
||||||
|
pgadmin
|
||||||
|
sqlitebrowser
|
||||||
|
|
||||||
|
# Développement
|
||||||
|
cloc
|
||||||
|
idea.idea-community
|
||||||
|
gcc # pour les appels depuis les scripts
|
||||||
|
|
||||||
|
# Documentation
|
||||||
|
zeal
|
||||||
|
|
||||||
|
## Gestion des sources
|
||||||
|
# git # déjà présent dans "base"
|
||||||
|
git-cola
|
||||||
|
mercurial
|
||||||
|
subversion
|
||||||
|
|
||||||
|
## Haskell
|
||||||
|
ghc
|
||||||
|
stack
|
||||||
|
|
||||||
|
## Rust
|
||||||
|
cargo # récupération des dépendances + compilation projet rust
|
||||||
|
rustPlatform.rustc
|
||||||
|
|
||||||
|
## Visualisation & outils de diff
|
||||||
|
gource
|
||||||
|
meld
|
||||||
|
vbindiff # diff de fichier hexadecimaux avec vim
|
||||||
|
];
|
||||||
|
}
|
||||||
18
desktop/activation-manuelle/app-docker.nix
Normal file
18
desktop/activation-manuelle/app-docker.nix
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
inherit (lib) mkIf;
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
computers = config.r6d.computers;
|
||||||
|
profiles = config.r6d.profiles;
|
||||||
|
|
||||||
|
in mkIf cfg.docker {
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
# Ecosystème Docker
|
||||||
|
docker
|
||||||
|
python27Packages.docker_compose
|
||||||
|
];
|
||||||
|
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
}
|
||||||
15
desktop/activation-manuelle/app-jeux.nix
Normal file
15
desktop/activation-manuelle/app-jeux.nix
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
inherit (lib) mkIf;
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
computers = config.r6d.computers;
|
||||||
|
profiles = config.r6d.profiles;
|
||||||
|
|
||||||
|
in mkIf cfg.jeux {
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
# Jeux
|
||||||
|
urbanterror
|
||||||
|
];
|
||||||
|
}
|
||||||
18
desktop/activation-manuelle/app-virtualbox.nix
Normal file
18
desktop/activation-manuelle/app-virtualbox.nix
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
inherit (lib) mkIf;
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
computers = config.r6d.computers;
|
||||||
|
profiles = config.r6d.profiles;
|
||||||
|
|
||||||
|
in mkIf cfg.virtualbox {
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
linuxPackages.virtualbox
|
||||||
|
linuxPackages.virtualboxGuestAdditions
|
||||||
|
];
|
||||||
|
|
||||||
|
virtualisation.virtualbox.host.enable = true;
|
||||||
|
}
|
||||||
|
|
||||||
25
desktop/activation-manuelle/laptop.nix
Normal file
25
desktop/activation-manuelle/laptop.nix
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
inherit (lib) mkIf;
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
computers = config.r6d.computers;
|
||||||
|
profiles = config.r6d.profiles;
|
||||||
|
|
||||||
|
in mkIf cfg.laptop {
|
||||||
|
# Paquets spécifiques pour un ordinateur portable
|
||||||
|
|
||||||
|
## Activation d'un gestionnaire de réseau
|
||||||
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
|
hardware.bluetooth.enable = true;
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
networkmanagerapplet
|
||||||
|
];
|
||||||
|
|
||||||
|
services.xserver.synaptics = {
|
||||||
|
enable = true;
|
||||||
|
twoFingerScroll = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
24
desktop/activation-manuelle/xmonad.nix
Normal file
24
desktop/activation-manuelle/xmonad.nix
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
inherit (lib) mkIf;
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
computers = config.r6d.computers;
|
||||||
|
profiles = config.r6d.profiles;
|
||||||
|
|
||||||
|
in mkIf cfg.xmonad {
|
||||||
|
# Paquets spécifiques pour xmonad
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs;[
|
||||||
|
dmenu
|
||||||
|
haskellPackages.xmobar
|
||||||
|
];
|
||||||
|
|
||||||
|
services.xserver.windowManager.xmonad = {
|
||||||
|
enable = true;
|
||||||
|
enableContribAndExtras = true;
|
||||||
|
extraPackages = haskellPackages: [
|
||||||
|
haskellPackages.xmobar
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
46
desktop/app-adminsys.nix
Normal file
46
desktop/app-adminsys.nix
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
inherit (lib) mkIf;
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
computers = config.r6d.computers;
|
||||||
|
profiles = config.r6d.profiles;
|
||||||
|
in
|
||||||
|
|
||||||
|
mkIf profiles.isDesktop {
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
# Adminsys
|
||||||
|
iotop
|
||||||
|
lm_sensors
|
||||||
|
lshw
|
||||||
|
lsof
|
||||||
|
ntp
|
||||||
|
powerline-fonts
|
||||||
|
powertop
|
||||||
|
python27Packages.ansible2
|
||||||
|
python27Packages.glances
|
||||||
|
usbutils
|
||||||
|
|
||||||
|
# DNS
|
||||||
|
unbound
|
||||||
|
|
||||||
|
# Compression
|
||||||
|
lz4
|
||||||
|
lzop
|
||||||
|
|
||||||
|
# Mail
|
||||||
|
postfix
|
||||||
|
|
||||||
|
# Système de fichier
|
||||||
|
curlftpfs
|
||||||
|
gparted
|
||||||
|
inotify-tools
|
||||||
|
nfs-utils
|
||||||
|
ntfs3g
|
||||||
|
sshfsFuse
|
||||||
|
|
||||||
|
#
|
||||||
|
unetbootin # création de clefs USB bootables
|
||||||
|
];
|
||||||
|
}
|
||||||
43
desktop/app-bureautique.nix
Normal file
43
desktop/app-bureautique.nix
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
inherit (lib) mkIf;
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
computers = config.r6d.computers;
|
||||||
|
profiles = config.r6d.profiles;
|
||||||
|
in
|
||||||
|
|
||||||
|
mkIf profiles.isDesktop {
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
# Bureautique
|
||||||
|
aspell aspellDicts.fr
|
||||||
|
dia
|
||||||
|
gnumeric
|
||||||
|
|
||||||
|
## Cartes mentales
|
||||||
|
freemind
|
||||||
|
|
||||||
|
## Editeur de texte
|
||||||
|
lyx # surcouche WISIWIM à LaTeX
|
||||||
|
textadept # un éditeur de texte facile pour copier-coller graphique
|
||||||
|
zim # outil de prise de notes, wiki de bureau
|
||||||
|
|
||||||
|
## Visionneuse
|
||||||
|
kde5.okular # pdf
|
||||||
|
mcomix # livres (cbr, liste d'images), gestion d'une bibliothèque
|
||||||
|
pdfpc # pdf
|
||||||
|
qpdfview # pdf
|
||||||
|
gqview # visionneuse image & gestion basique de collection
|
||||||
|
|
||||||
|
## Convertisseurs (texte -> <autre format>)
|
||||||
|
gnuplot # générateur de graphes à partir de données numériques
|
||||||
|
graphviz # dot, neato : traçage de graphes (carré, rond)
|
||||||
|
jekyll # générateur statique de site web
|
||||||
|
pandoc
|
||||||
|
#texLiveFull # distribution LaTeX
|
||||||
|
texLive # distribution LaTeX de base
|
||||||
|
texLiveBeamer # paquets et extensions pour Beamer
|
||||||
|
texLiveModerncv # paquets pour la classe Modern CV
|
||||||
|
];
|
||||||
|
}
|
||||||
17
desktop/app-cartographie.nix
Normal file
17
desktop/app-cartographie.nix
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
inherit (lib) mkIf;
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
computers = config.r6d.computers;
|
||||||
|
profiles = config.r6d.profiles;
|
||||||
|
in
|
||||||
|
|
||||||
|
mkIf profiles.isDesktop {
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
# Gestion de données géographiques
|
||||||
|
josm # outil de contribution à OpenStreetMap
|
||||||
|
viking # analyse de topo, gestion de données GPS
|
||||||
|
];
|
||||||
|
}
|
||||||
33
desktop/app-client-internet.nix
Normal file
33
desktop/app-client-internet.nix
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
inherit (lib) mkIf;
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
computers = config.r6d.computers;
|
||||||
|
profiles = config.r6d.profiles;
|
||||||
|
in
|
||||||
|
|
||||||
|
mkIf profiles.isDesktop {
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
# Clients Internet
|
||||||
|
|
||||||
|
## Navigateur & Réseaux sociaux
|
||||||
|
chromium
|
||||||
|
firefox
|
||||||
|
python27Packages.turses # client twitter en ncurse
|
||||||
|
|
||||||
|
## Mail & Discussion (texte, audio)
|
||||||
|
clawsMail
|
||||||
|
kde5.quasselClient
|
||||||
|
mumble
|
||||||
|
mutt
|
||||||
|
pidgin
|
||||||
|
thunderbird
|
||||||
|
|
||||||
|
# Transfert de fichier
|
||||||
|
filezilla
|
||||||
|
transmission_gtk
|
||||||
|
transmission_remote_gtk
|
||||||
|
];
|
||||||
|
}
|
||||||
42
desktop/app-multimedia.nix
Normal file
42
desktop/app-multimedia.nix
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
inherit (lib) mkIf;
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
computers = config.r6d.computers;
|
||||||
|
profiles = config.r6d.profiles;
|
||||||
|
in
|
||||||
|
|
||||||
|
mkIf profiles.isDesktop {
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
# Multimedia
|
||||||
|
|
||||||
|
## Audio
|
||||||
|
audacity # montage audio
|
||||||
|
beep
|
||||||
|
cmus # lecteur audio console
|
||||||
|
easytag # gestion des métadonnées des fichiers musicaux
|
||||||
|
picard # gestion des métadonnées des fichiers musicaux
|
||||||
|
espeak # synthèse vocale
|
||||||
|
paprefs # préferences pulseaudio
|
||||||
|
pavucontrol # mixer pulseaudio
|
||||||
|
vorbis-tools # codec
|
||||||
|
|
||||||
|
## Video
|
||||||
|
smplayer # lecteur vidéo
|
||||||
|
vlc # lecteur vidéo
|
||||||
|
|
||||||
|
## Photo & Dessin vectoriel
|
||||||
|
exif
|
||||||
|
exiftags
|
||||||
|
gimp # logiciel d'édition/montage/retouche photo
|
||||||
|
inkscape # édition d'image vectorielle (svg & autre)
|
||||||
|
imagemagick # modification image en CLI
|
||||||
|
kde4.ksnapshot
|
||||||
|
rawtherapee # développemen de photos en RAW
|
||||||
|
|
||||||
|
### TEST d'outil de gestion de catalogue de photos
|
||||||
|
kde4.digikam # gestionnaire de bibliothèque de photo
|
||||||
|
];
|
||||||
|
}
|
||||||
37
desktop/app-network.nix
Normal file
37
desktop/app-network.nix
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
inherit (lib) mkIf;
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
computers = config.r6d.computers;
|
||||||
|
profiles = config.r6d.profiles;
|
||||||
|
in
|
||||||
|
|
||||||
|
mkIf profiles.isDesktop {
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
# Outils réseau
|
||||||
|
iperf # outil de mesure de la qualité du réseau
|
||||||
|
iptraf-ng # outil de mesure de la qualité du réseau
|
||||||
|
nload # affichage de statisques d'utilisation instantannées du réseau
|
||||||
|
telnet
|
||||||
|
#vsftpd # serveur FTP
|
||||||
|
|
||||||
|
## Diagnostic
|
||||||
|
arp-scan
|
||||||
|
wireshark
|
||||||
|
whois
|
||||||
|
|
||||||
|
## Routage
|
||||||
|
quagga # daemon de routage
|
||||||
|
|
||||||
|
## Tunnel
|
||||||
|
# openvpn
|
||||||
|
tinc
|
||||||
|
];
|
||||||
|
|
||||||
|
networking.firewall = {
|
||||||
|
allowedTCPPorts = [5201]; # iperf
|
||||||
|
allowedUDPPorts = [5201]; # iperf
|
||||||
|
};
|
||||||
|
}
|
||||||
20
desktop/app-securite.nix
Normal file
20
desktop/app-securite.nix
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
inherit (lib) mkIf;
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
computers = config.r6d.computers;
|
||||||
|
profiles = config.r6d.profiles;
|
||||||
|
in
|
||||||
|
|
||||||
|
mkIf profiles.isDesktop {
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
# Securité
|
||||||
|
gnome3.seahorse # gestionnaire graphique de clef GPG
|
||||||
|
pass # gestionnaire de mots de passe
|
||||||
|
pwgen # générateur de mots de passe
|
||||||
|
slock # vérouiller l''écran. "cannot disable the out-of-memory killer for this process (make sure to suid or sgid slock)" --> en root
|
||||||
|
yubikey-personalization-gui # utilisation de la clef Yubikey
|
||||||
|
];
|
||||||
|
}
|
||||||
15
desktop/desktop-minimal.nix
Normal file
15
desktop/desktop-minimal.nix
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
inherit (lib) mkIf;
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
computers = config.r6d.computers;
|
||||||
|
profiles = config.r6d.profiles;
|
||||||
|
in
|
||||||
|
|
||||||
|
mkIf profiles.isDesktop {
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
||||||
|
];
|
||||||
|
}
|
||||||
107
desktop/desktop.nix
Normal file
107
desktop/desktop.nix
Normal file
@@ -0,0 +1,107 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
cfg = config.r6d.config-generator;
|
||||||
|
computers = config.r6d.computers;
|
||||||
|
profiles = config.r6d.profiles;
|
||||||
|
mkIf = pkgs.lib.mkIf;
|
||||||
|
in
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [ # applications :
|
||||||
|
# commandées par config-generator
|
||||||
|
./activation-manuelle/app-awesome.nix # pour les profils awesome
|
||||||
|
./activation-manuelle/app-cao.nix # de conception assisté par ordinateur & modélisation
|
||||||
|
./activation-manuelle/app-developpement.nix # utilisée pour développer des programmes/scripts
|
||||||
|
./activation-manuelle/app-docker.nix # pour activer docker
|
||||||
|
./activation-manuelle/app-jeux.nix # permettant de jouer ;)
|
||||||
|
./activation-manuelle/app-virtualbox.nix # pour exploiter virtualbox
|
||||||
|
./activation-manuelle/laptop.nix # appli & configuration adaptée pour un PC portable$
|
||||||
|
./activation-manuelle/xmonad.nix # gestionnaire de fenêtres xmonad
|
||||||
|
# installées systématiquement
|
||||||
|
./desktop-minimal.nix
|
||||||
|
./app-adminsys.nix # pour gérer le système dans son ensemble et les services
|
||||||
|
./app-bureautique.nix # dédiée à la bureautique (traitement de texte, dessin, ...)
|
||||||
|
# A ajouter dans config-generator & revoir le contenu pour le mettre si nécessaire dans minimal
|
||||||
|
./app-cartographie.nix # utilisée pour manipuler les données géographiques & cartes
|
||||||
|
./app-client-internet.nix # pour accéder & utiliser des ressources par le réseau
|
||||||
|
./app-multimedia.nix # pour gérer le son, l'image et la vidéo
|
||||||
|
./app-network.nix # de gestion, de diagnostique & surveillance réseau
|
||||||
|
./app-securite.nix # relatives à la sécurité (chiffrement, gpg, mots de passe, ...)
|
||||||
|
];
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; mkIf profiles.isDesktop [
|
||||||
|
# Environement de bureau
|
||||||
|
wmname # pour définir le nom du gestionnaire de fenêtre (utile pour java)
|
||||||
|
kde4.ksnapshot# capture d'écran
|
||||||
|
xorg.xbacklight # pour gérer la luminosité de l'écran
|
||||||
|
xorg.xev # pour repérer les codes + noms standard des actions clavier/souris
|
||||||
|
xorg.xkill # pour 'tuer une application'
|
||||||
|
|
||||||
|
## Gestionnaire de fenêtre & Thème
|
||||||
|
gnome.gnome_icon_theme # thème d'icone - semble fonctionner avec spaceFM
|
||||||
|
|
||||||
|
## Manipulation de fichier
|
||||||
|
pcmanfm # gestionnaire de fichiers graphique
|
||||||
|
spaceFM # gestionnaire de fichiers graphique
|
||||||
|
vifm # gestionnaire de fichiers basé sur VIM (console)
|
||||||
|
|
||||||
|
## Terminal
|
||||||
|
sakura # terminal
|
||||||
|
|
||||||
|
# A trier
|
||||||
|
cowsay
|
||||||
|
fgallery # générateur de gallerie statique http://www.thregr.org/~wavexx/software/fgallery/
|
||||||
|
samba
|
||||||
|
taskwarrior # gestionnaire de tâches en console
|
||||||
|
udevil # pour le montage des media amovibles
|
||||||
|
xclip # manipulation du clipboard X depuis la console
|
||||||
|
];
|
||||||
|
|
||||||
|
nixpkgs.config.packageOverrides = pkgs: {
|
||||||
|
clawsMail = pkgs.clawsMail.override { enablePluginFancy = true; };
|
||||||
|
mumble = pkgs.mumble.override { pulseSupport = true; };
|
||||||
|
};
|
||||||
|
|
||||||
|
# Enable the X11 windowing system.
|
||||||
|
services.xserver = mkIf profiles.isDesktop {
|
||||||
|
enable = true;
|
||||||
|
layout = "fr";
|
||||||
|
xkbOptions = "eurosign:e";
|
||||||
|
displayManager.lightdm.enable = true;
|
||||||
|
windowManager.awesome.enable = true;
|
||||||
|
startGnuPGAgent = true;
|
||||||
|
startOpenSSHAgent = false; # pas compatible avec l'agent GnuPG
|
||||||
|
inputClassSections = [''
|
||||||
|
Identifier "Marble Mouse"
|
||||||
|
MatchProduct "Logitech USB Trackball"
|
||||||
|
MatchIsPointer "on"
|
||||||
|
MatchDevicePath "/dev/input/event*"
|
||||||
|
Driver "evdev"
|
||||||
|
# Physical button #s: A b D - - - - B C b = A & D simultaneously; - = no button
|
||||||
|
#Option "ButtonMapping" "1 8 3 4 5 6 7 2 2" # For right-hand placement
|
||||||
|
#Option "ButtonMapping" "3 8 1 4 5 6 7 2 2" # For left-hand placement
|
||||||
|
|
||||||
|
# EmulateWheel refers to emulating a mouse wheel using Marble Mouse trackball.
|
||||||
|
Option "EmulateWheel" "true"
|
||||||
|
Option "EmulateWheelButton" "8" # Factory default; use "9" for left-side placement.
|
||||||
|
|
||||||
|
# EmulateWheelInertia specifies how far (in pixels) the pointer must move to
|
||||||
|
# generate button press/release events in wheel emulation mode.
|
||||||
|
Option "EmulateWheelInertia" "10" # Factory default: 50
|
||||||
|
|
||||||
|
Option "ZAxisMapping" "4 5"
|
||||||
|
Option "XAxisMapping" "6 7" # Disable this for vertical-only scrolling.
|
||||||
|
# Emulate3Buttons refers to the act of pressing buttons A and D
|
||||||
|
# simultaneously to emulate a middle-click or wheel click.
|
||||||
|
Option "Emulate3Buttons" "true" # Factory default.
|
||||||
|
''];
|
||||||
|
};
|
||||||
|
|
||||||
|
# Pulse Audio
|
||||||
|
hardware.pulseaudio = mkIf profiles.isDesktop {
|
||||||
|
enable = true;
|
||||||
|
support32Bit = true;
|
||||||
|
};
|
||||||
|
environment.etc."pulse/daemon.conf".text = "flat-volumes = no";
|
||||||
|
}
|
||||||
@@ -1,56 +0,0 @@
|
|||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
# Nombre de process d'installation en parrallèle effectués par Nix
|
|
||||||
nix.buildCores = 0;
|
|
||||||
|
|
||||||
# The NixOS release to be compatible with for stateful data such as databases.
|
|
||||||
system.stateVersion = "16.03";
|
|
||||||
|
|
||||||
# On autorise les paquets non-libres
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
|
||||||
|
|
||||||
# List packages installed in system profile. To search by name, run:
|
|
||||||
# $ nix-env -qaP | grep wget
|
|
||||||
environment = {
|
|
||||||
systemPackages = with pkgs; [
|
|
||||||
bind # utilisé pour les utilitaires comme dig
|
|
||||||
byobu
|
|
||||||
exfat # Pour monter les FAT avec Fuse
|
|
||||||
git gitAndTools.gitSVN gitAndTools.tig
|
|
||||||
gnumake
|
|
||||||
gnupg
|
|
||||||
gpm # prise en charge de la souris en console
|
|
||||||
htop
|
|
||||||
ncdu
|
|
||||||
nmap
|
|
||||||
mtr
|
|
||||||
p7zip
|
|
||||||
parted
|
|
||||||
pciutils
|
|
||||||
python34Packages.glances
|
|
||||||
pwgen
|
|
||||||
tmux
|
|
||||||
tree
|
|
||||||
usbutils
|
|
||||||
(import ./vim.nix)
|
|
||||||
wget
|
|
||||||
which
|
|
||||||
];
|
|
||||||
shellAliases = {
|
|
||||||
byobu = "byobu-tmux";
|
|
||||||
tree = "tree -C";
|
|
||||||
tree1 = "tree -d -L 1";
|
|
||||||
tree2 = "tree -d -L 2";
|
|
||||||
tree3 = "tree -d -L 3";
|
|
||||||
grep = "grep --color=auto";
|
|
||||||
vi = "vim";
|
|
||||||
};
|
|
||||||
etc.gitconfig.text = builtins.readFile ./gitconfig;
|
|
||||||
};
|
|
||||||
programs.bash = {
|
|
||||||
enableCompletion = true;
|
|
||||||
promptInit = builtins.readFile ./bash-prompt.sh;
|
|
||||||
interactiveShellInit = builtins.readFile ./bash-interactive-init.sh;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
31
services.nix
31
services.nix
@@ -1,31 +0,0 @@
|
|||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
# Sécurité & Acces distant
|
|
||||||
|
|
||||||
## Augmentation de l'entropie du système par un générateur de nombres aléatoires
|
|
||||||
## cat /proc/sys/kernel/random/entropy_avail
|
|
||||||
services.haveged = {
|
|
||||||
enable = true;
|
|
||||||
refill_threshold = 2048;
|
|
||||||
};
|
|
||||||
|
|
||||||
## OpenSSH daemon
|
|
||||||
services.openssh = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Enable CUPS to print documents.
|
|
||||||
services.printing = {
|
|
||||||
enable = true;
|
|
||||||
drivers = [ pkgs.samsung-unified-linux-driver ];
|
|
||||||
};
|
|
||||||
|
|
||||||
# Monitoring
|
|
||||||
|
|
||||||
## Noeud de supervision munin = pas de stockage des données locales
|
|
||||||
|
|
||||||
services.munin-node = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user