Compare commits

..

20 Commits

Author SHA1 Message Date
35322c124c ajout duplicity 2016-12-16 19:54:01 +01:00
8d9c0d830f interpreteur .net 2016-12-16 18:38:53 +01:00
bdf5e511f3 commentaires 2016-12-16 18:38:17 +01:00
386ce3b25e ajout hubicfuse 2016-12-16 18:38:03 +01:00
b9d19017c0 packages pour haskell 2016-12-11 21:27:11 +01:00
f91e72ef50 ajout de pandoc-citeproc 2016-12-09 18:33:08 +01:00
5f089977a2 mnomade
tinc: ajout conf neo
2016-11-29 10:37:49 +01:00
Yves Dubromelle
83aa5af2fc ménage 2016-11-28 22:19:13 +01:00
79d97ca438 ajout en masse de liens vers rollo, ocean, monstre 2016-11-28 21:51:57 +01:00
04869f63f7 tinc: ajouit adresse monstre, rollo, ocean 2016-11-28 20:40:21 +01:00
be47e7c285 make: ajout commandes rapides pour tinc 2016-11-28 20:27:24 +01:00
a2ee566f15 net: activation du forwarding pour IPv4 et IPv6 2016-11-28 19:43:51 +01:00
b51c69d330 tinc: modification plage addresse 2016-11-28 19:30:22 +01:00
a75b126b5a tnic: radx essaye de se connecter à phenom 2016-11-28 13:03:36 +01:00
Yves Dubromelle
eabe0db746 réduction de la taille des subnets 2016-11-28 12:54:45 +01:00
b2e44a7b75 activation rabbitmq radx 2016-11-22 18:22:14 +01:00
59982b296b ajout de maven 2016-11-22 15:50:04 +01:00
4b35c7c20a fix: erreur nom programme 2016-11-22 14:37:38 +01:00
c0509692b4 ajout focuswriter 2016-11-20 19:05:08 +01:00
772ce45d5e ajout lsb-release 2016-11-20 19:02:13 +01:00
7 changed files with 61 additions and 5 deletions

View File

@@ -195,6 +195,10 @@ in
r6d.config-generator = {
docker = true;
radicale = true;
tincAddress = "192.168.12.6/24";
tincExtraConfig = ''
ConnectTo = rollo_dubronetwork_fr
'';
};
})
(mkIf comp.isRadx {
@@ -210,6 +214,13 @@ in
hydra-core = true;
kibana = true;
print = true;
rabbitmq = true;
tincAddress = "192.168.12.3/24";
tincExtraConfig = ''
ConnectTo = monstre_dubronetwork_fr
ConnectTo = rollo_dubronetwork_fr
ConnectTo = ocean_prunetwork_fr
'';
virtualbox = true;
};
})
@@ -230,7 +241,11 @@ in
r6d.config-generator = {
laptop = true;
tincAddress = "192.168.12.2/24";
tincExtraConfig = "ConnectTo = phenom_dubronetwork_fr";
tincExtraConfig = ''
ConnectTo = monstre_dubronetwork_fr
ConnectTo = rollo_dubronetwork_fr
ConnectTo = ocean_prunetwork_fr
'';
};
})
(mkIf comp.isMonstre {
@@ -243,6 +258,11 @@ in
fail2ban = true;
nix-serve-client = true;
nixStoreProxyCache = true;
tincAddress = "192.168.12.4/24";
tincExtraConfig = ''
ConnectTo = rollo_dubronetwork_fr
ConnectTo = ocean_prunetwork_fr
'';
};
})
(mkIf comp.isNeoNomade{
@@ -253,6 +273,12 @@ in
r6d.config-generator = {
laptop = true;
tincAddress = "192.168.12.7/24";
tincExtraConfig = ''
ConnectTo = monstre_dubronetwork_fr
ConnectTo = rollo_dubronetwork_fr
ConnectTo = ocean_prunetwork_fr
'';
};
})
(mkIf comp.isNomade{
@@ -284,6 +310,11 @@ in
nix-serve-server = true;
edition-photo = true;
tincAddress = "192.168.12.1/24";
tincExtraConfig = ''
ConnectTo = monstre_dubronetwork_fr
ConnectTo = rollo_dubronetwork_fr
ConnectTo = ocean_prunetwork_fr
'';
};
})
(mkIf comp.isRollo {
@@ -298,6 +329,10 @@ in
mailboxes = true;
murmur = true;
online-ipv6 = true;
tincAddress = "192.168.12.5/24";
tincExtraConfig = ''
ConnectTo = ocean_prunetwork_fr
'';
znc = true;
};
})

View File

@@ -23,6 +23,9 @@ mkIf true {
python27Packages.glances
usbutils
# Backup
duplicity
# Compression
lz4
lzop
@@ -30,6 +33,7 @@ mkIf true {
# Système de fichier
## Montage de filesystem
curlftpfs # ftp
hubicfuse # montage hubic
ntfs3g # ntfs
sshfsFuse # ssh

View File

@@ -12,15 +12,16 @@ mkIf profiles.isDesktop {
# Paquets
environment.systemPackages = with pkgs; [
# Bureautique
aspell aspellDicts.fr
dia
gnumeric
aspell aspellDicts.fr # correction d'ortographe
dia # dessin & schéma technique
gnumeric # tableur
## Cartes mentales
freemind
## Editeur de texte
lyx # surcouche WISIWIM à LaTeX
focuswriter # outil pour l'écriture
textadept # un éditeur de texte facile pour copier-coller graphique
zim # outil de prise de notes, wiki de bureau
@@ -37,6 +38,7 @@ mkIf profiles.isDesktop {
jekyll # générateur statique de site web
odpdown # conversion md -> presentation ODP : https://github.com/thorstenb/odpdown
pandoc
haskellPackages.pandoc-citeproc
texlive.combined.scheme-full # distribution LaTeX
#texLive # distribution LaTeX de base
#texLiveBeamer # paquets et extensions pour Beamer

View File

@@ -19,6 +19,7 @@ mkIf cfg.developpement {
cloc
idea.idea-community # IntelliJ IDEA
gcc # pour les appels depuis les scripts
maven
# Documentation
zeal # consulter la documentation hors ligne
@@ -33,9 +34,14 @@ mkIf cfg.developpement {
subversion
## Haskell
cabal-install # fournis cabal
cabal2nix # convertir les .cabal en .nix
ghc # pour les appels depuis les scripts
stack
## Mono
mono46 # interpréteur .NET
## Rust
cargo # récupération des dépendances + compilation projet rust
rustc # pour les appels depuis les scripts

View File

@@ -37,6 +37,7 @@ in
gnupg # GPG
gpm # prise en charge de la souris en console
htop # monitoring
lsb-release # pour les scripts qui utilisent cet outil
#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

View File

@@ -22,5 +22,8 @@ mkIf true {
"net.ipv6.conf.default.temp_prefered_lft" = 3600; # 1 heure
"net.ipv6.conf.default.temp_valid_lft" = 3600; # 1 heure
"net.ipv6.conf.default.use_tempaddr" = 2; # activé
};
"net.ipv6.conf.all.forwarding" = true;
"net.ipv6.conf.default.forwarding" = true;
};
}

View File

@@ -15,4 +15,9 @@ mkIf true {
networking.extraHosts = ''
127.0.0.1 ${config.networking.hostName}
'';
boot.kernel.sysctl = {
"net.ipv4.conf.all.forwarding" = true;
"net.ipv4.conf.default.forwarding" = true;
};
}