ajout d'une expression pour les services
This commit is contained in:
1
base.nix
1
base.nix
@@ -8,5 +8,6 @@
|
||||
./localisation.nix
|
||||
./networking.nix
|
||||
./tools.nix
|
||||
./services.nix
|
||||
];
|
||||
}
|
||||
|
||||
6
services.nix
Normal file
6
services.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Enable the OpenSSH dble the OpenSSH daemon. aemon
|
||||
services.openssh.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user