yubikey: New module

This commit is contained in:
2023-07-19 16:23:10 +02:00
parent e429bdb946
commit 6699d5488a
3 changed files with 44 additions and 4 deletions

View File

@@ -56,6 +56,7 @@
direnv.enable = true;
};
services = {
yubikey.enable = true;
cups.enable = true;
gnome.enable = false;
kanshi = let
@@ -120,10 +121,16 @@
enable = true;
layout = "de";
libinput.enable = true;
};
};
};
virtualisation.docker.enable = true;
virtualisation = {
podman = {
enable = true;
dockerCompat = true;
dockerSocket.enable = true;
};
};
environment.systemPackages = with pkgs; [
ansible
@@ -135,10 +142,11 @@
mgba mupen64plus melonds desmume dolphin
];
})
];
programs = {
gnupg.agent.pinentryFlavor = "qt";
gnupg.agent = {
pinentryFlavor = "qt";
};
};
}