added git secret

This commit is contained in:
Alexander Szczepanski
2021-08-13 00:05:07 +02:00
parent e532f3baa2
commit 79775c4dde
10 changed files with 35 additions and 17 deletions

View File

@ -1,5 +1,7 @@
{ config, pkgs, lib, ... }:
let
secrets = import ./secrets.nix;
in
{
imports =
[
@ -19,12 +21,9 @@
nextdns = {
enable = true;
arguments = [
"-config"
"aaa56c"
"-cache-size"
"10MB"
"-listen"
"127.0.0.1:53"
"-config" secrets.nextdnshash
"-cache-size" "10MB"
"-listen" "127.0.0.1:53"
"-report-client-info"
];
};
@ -39,6 +38,11 @@
networkmanager.dns = "none";
};
programs.gnupg.agent = {
enable = true;
pinentryFlavor = "curses";
};
environment.systemPackages = with pkgs; [
ack
atop
@ -52,7 +56,7 @@
exa
ffmpeg
git
git-secrets
git-secret
glances
gnupg
gocryptfs