dustbowl: add tpm2 support
This commit is contained in:
parent
5de4a82757
commit
5a6f7ec0fd
1 changed files with 8 additions and 1 deletions
|
|
@ -171,6 +171,7 @@
|
|||
jless
|
||||
restic
|
||||
pdfgrep
|
||||
tmux
|
||||
|
||||
# GTK theme
|
||||
gnome.adwaita-icon-theme
|
||||
|
|
@ -236,6 +237,12 @@
|
|||
source = "${pkgs.intel-gpu-tools}/bin/intel_gpu_top";
|
||||
};
|
||||
|
||||
# TPM2 setup
|
||||
security.tpm2 = {
|
||||
enable = true;
|
||||
pkcs11.enable = true;
|
||||
};
|
||||
|
||||
# Enable gnupg
|
||||
programs.gnupg.agent.enable = true;
|
||||
|
||||
|
|
@ -399,7 +406,7 @@
|
|||
isNormalUser = true;
|
||||
home = "/home/joachim";
|
||||
shell = pkgs.fish;
|
||||
extraGroups = [ "wheel" "scanner" "libvirtd" "adbusers" "wireshark" "vboxusers" ];
|
||||
extraGroups = [ "wheel" "scanner" "libvirtd" "wireshark" "vboxusers" "tss" ];
|
||||
};
|
||||
|
||||
# Yubikey PAM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue