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
|
jless
|
||||||
restic
|
restic
|
||||||
pdfgrep
|
pdfgrep
|
||||||
|
tmux
|
||||||
|
|
||||||
# GTK theme
|
# GTK theme
|
||||||
gnome.adwaita-icon-theme
|
gnome.adwaita-icon-theme
|
||||||
|
|
@ -236,6 +237,12 @@
|
||||||
source = "${pkgs.intel-gpu-tools}/bin/intel_gpu_top";
|
source = "${pkgs.intel-gpu-tools}/bin/intel_gpu_top";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TPM2 setup
|
||||||
|
security.tpm2 = {
|
||||||
|
enable = true;
|
||||||
|
pkcs11.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Enable gnupg
|
# Enable gnupg
|
||||||
programs.gnupg.agent.enable = true;
|
programs.gnupg.agent.enable = true;
|
||||||
|
|
||||||
|
|
@ -399,7 +406,7 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
home = "/home/joachim";
|
home = "/home/joachim";
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
extraGroups = [ "wheel" "scanner" "libvirtd" "adbusers" "wireshark" "vboxusers" ];
|
extraGroups = [ "wheel" "scanner" "libvirtd" "wireshark" "vboxusers" "tss" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Yubikey PAM
|
# Yubikey PAM
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue