mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-21 21:04:41 +01:00
set up nitrokey
This commit is contained in:
parent
ad32bdf223
commit
a73e54b6ac
16
common.nix
16
common.nix
|
@ -29,6 +29,11 @@ with builtins; {
|
|||
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
pynitrokey
|
||||
nitrokey-app2
|
||||
|
||||
veracrypt
|
||||
|
||||
htmlq
|
||||
|
||||
wget
|
||||
|
@ -104,14 +109,19 @@ with builtins; {
|
|||
"ebdbb2"
|
||||
];
|
||||
|
||||
programs = {
|
||||
dconf.enable = true;
|
||||
# nitrokey
|
||||
services.udev.packages = [pkgs.nitrokey-udev-rules];
|
||||
services.pcscd.enable = true;
|
||||
|
||||
mtr.enable = true;
|
||||
programs = {
|
||||
ssh.startAgent = false;
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
dconf.enable = true;
|
||||
mtr.enable = true;
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
|
Loading…
Reference in a new issue