/!\ migration à nixos 19.03 (18.03 plus mis à jour)

This commit is contained in:
Yves Dubromelle
2019-05-09 12:30:21 +02:00
parent c642afb7e6
commit a5e03f769b
7 changed files with 10 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ mkIf flags.docker {
environment.systemPackages = with pkgs; [
# Ecosystème Docker
docker
python36Packages.docker_compose
docker-compose
];
virtualisation.docker.enable = true;

View File

@@ -33,7 +33,7 @@ mkIf true {
gnupg opensc pcsctools libu2f-host yubikey-personalization
];
security.pam.enableU2F = true;
security.pam.u2f.enable = true;
/*users.extraUsers.joko = {
isNormalUser = true;