diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-07-03 11:26:33 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-07-03 11:26:33 -0700 |
commit | 7a29654acb06777e4492ab3cb34ccf95e9fdc477 (patch) | |
tree | 940a9a6f3359e3d771f9e8d951af4fd8ecfd9dba /hosts/common | |
parent | 535be5d6e743956b9b5720194cb0bdddb48e8fb2 (diff) | |
download | nix-7a29654acb06777e4492ab3cb34ccf95e9fdc477.tar nix-7a29654acb06777e4492ab3cb34ccf95e9fdc477.tar.gz nix-7a29654acb06777e4492ab3cb34ccf95e9fdc477.tar.bz2 nix-7a29654acb06777e4492ab3cb34ccf95e9fdc477.tar.lz nix-7a29654acb06777e4492ab3cb34ccf95e9fdc477.tar.xz nix-7a29654acb06777e4492ab3cb34ccf95e9fdc477.tar.zst nix-7a29654acb06777e4492ab3cb34ccf95e9fdc477.zip |
Add diceware and xkcdpass everywhere
Diffstat (limited to '')
-rw-r--r-- | hosts/common/core/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix index 5e27580..8dbbf22 100644 --- a/hosts/common/core/default.nix +++ b/hosts/common/core/default.nix @@ -22,6 +22,7 @@ coreutils cpio curl + diceware diffutils dig dmidecode @@ -87,6 +88,7 @@ wget whois wireguard-tools + xkcdpass xz zip zstd |