Compare commits

..

7 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
4 changed files with 19 additions and 3 deletions

View File

@@ -273,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{

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,9 +12,9 @@ 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
@@ -38,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

@@ -34,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