mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-22 13:24:40 +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 = {
|
environment = {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
|
pynitrokey
|
||||||
|
nitrokey-app2
|
||||||
|
|
||||||
|
veracrypt
|
||||||
|
|
||||||
htmlq
|
htmlq
|
||||||
|
|
||||||
wget
|
wget
|
||||||
|
@ -104,14 +109,19 @@ with builtins; {
|
||||||
"ebdbb2"
|
"ebdbb2"
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
# nitrokey
|
||||||
dconf.enable = true;
|
services.udev.packages = [pkgs.nitrokey-udev-rules];
|
||||||
|
services.pcscd.enable = true;
|
||||||
|
|
||||||
mtr.enable = true;
|
programs = {
|
||||||
|
ssh.startAgent = false;
|
||||||
gnupg.agent = {
|
gnupg.agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSSHSupport = true;
|
enableSSHSupport = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dconf.enable = true;
|
||||||
|
mtr.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
Loading…
Reference in a new issue