mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2026-01-09 23:12:39 +08:00
NixOS: bump to 24.05
- remove hopenpgp-tools (as per README) - add dirmgr - add rng-tools
This commit is contained in:
parent
d30f93ac32
commit
d7b2a034aa
2 changed files with 13 additions and 10 deletions
15
flake.nix
15
flake.nix
|
|
@ -2,7 +2,7 @@
|
|||
description = "A Nix Flake for an xfce-based system with YubiKey setup";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
|
||||
drduhConfig.url = "github:drduh/config";
|
||||
drduhConfig.flake = false;
|
||||
};
|
||||
|
|
@ -129,7 +129,7 @@
|
|||
enable = true;
|
||||
virtualHosts."diceware.local" = {
|
||||
listen = [
|
||||
{
|
||||
{
|
||||
addr = dicewareAddress;
|
||||
port = dicewarePort;
|
||||
}
|
||||
|
|
@ -153,9 +153,12 @@
|
|||
preferencesStatus = "user";
|
||||
};
|
||||
ssh.startAgent = false;
|
||||
gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
gnupg = {
|
||||
dirmngr.enable = true;
|
||||
agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -196,12 +199,12 @@
|
|||
|
||||
# Testing
|
||||
ent
|
||||
haskellPackages.hopenpgp-tools
|
||||
|
||||
# Password generation tools
|
||||
diceware
|
||||
dicewareWebApp
|
||||
pwgen
|
||||
rng-tools
|
||||
|
||||
# Might be useful beyond the scope of the guide
|
||||
cfssl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue