ajout d'une expression pour les services

This commit is contained in:
Yves Dubromelle
2016-06-09 16:09:51 +02:00
parent 35b2dede57
commit 71807d038a
2 changed files with 7 additions and 0 deletions

View File

@@ -8,5 +8,6 @@
./localisation.nix
./networking.nix
./tools.nix
./services.nix
];
}

6
services.nix Normal file
View File

@@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
# Enable the OpenSSH dble the OpenSSH daemon. aemon
services.openssh.enable = true;
}