Compare commits
2 Commits
2016-08-14
...
2016-08-15
| Author | SHA1 | Date | |
|---|---|---|---|
| 9190d21a65 | |||
|
|
b4c960d3d3 |
@@ -39,15 +39,13 @@ mkIf true {
|
||||
## Exploitation FS
|
||||
inotify-tools # être notifié lorsque le contenu d'un répertoire change
|
||||
rdfind # recherche de fichiers doublons pour remplacement par hard/soft link
|
||||
];
|
||||
} // mkIf profiles.isDesktop {
|
||||
|
||||
# Paquets
|
||||
environment.systemPackages = with pkgs; [
|
||||
## Gestion de FS
|
||||
gparted # Gestion graphique de partitions
|
||||
|
||||
#
|
||||
unetbootin # création de clefs USB bootables
|
||||
(mkIf profiles.isDesktop
|
||||
## Gestion de FS
|
||||
gparted # Gestion graphique de partitions
|
||||
)
|
||||
(mkIf profiles.isDesktop
|
||||
unetbootin # création de clefs USB bootables
|
||||
)
|
||||
#
|
||||
];
|
||||
}
|
||||
|
||||
@@ -9,6 +9,11 @@ in
|
||||
|
||||
mkIf true {
|
||||
|
||||
# Paquets
|
||||
environment.systemPackages = with pkgs; [
|
||||
mailutils
|
||||
];
|
||||
|
||||
# Services
|
||||
|
||||
## Noeud de supervision munin = pas de stockage des données locales
|
||||
|
||||
Reference in New Issue
Block a user