Skip to content

Commit

Permalink
Merge pull request drduh#450 from motiejus/nixos-24.05
Browse files Browse the repository at this point in the history
NixOS: bump to 24.05
  • Loading branch information
drduh authored Jul 8, 2024
2 parents a7155c7 + d5ef656 commit a46409e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
14 changes: 7 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down Expand Up @@ -129,7 +129,7 @@
enable = true;
virtualHosts."diceware.local" = {
listen = [
{
{
addr = dicewareAddress;
port = dicewarePort;
}
Expand All @@ -153,9 +153,12 @@
preferencesStatus = "user";
};
ssh.startAgent = false;
gnupg.agent = {
enable = true;
enableSSHSupport = true;
gnupg = {
dirmngr.enable = true;
agent = {
enable = true;
enableSSHSupport = true;
};
};
};

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a46409e

Please sign in to comment.