Compare commits
No commits in common. "e9274202bb5f2d12736972b60b5ad5c83bd85a3b" and "cf34acefe0ab7e7a3603165504f4a00c5f552b51" have entirely different histories.
e9274202bb
...
cf34acefe0
3 changed files with 1 additions and 24 deletions
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./nvidia
|
||||
./yubikey
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
cfg = config.sisyphus.hardware.yubikey;
|
||||
in {
|
||||
options.sisyphus.hardware.yubikey.enable = lib.mkEnableOption "YubiKey support";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
# Enable smart card reading
|
||||
services.pcscd.enable = true;
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryFlavor = "curses";
|
||||
};
|
||||
};
|
||||
}
|
|
@ -1,15 +1,10 @@
|
|||
[user]
|
||||
name = "Tibo De Peuter"
|
||||
email = "tibo@depeuter.dev"
|
||||
signingkey = "0x9B11F5243089DB5B"
|
||||
email = "tibo.depeuter@gmail.com"
|
||||
|
||||
[color]
|
||||
ui = true
|
||||
|
||||
[commit]
|
||||
# Always sign commits
|
||||
gpgsign = true
|
||||
|
||||
[core]
|
||||
editor = "vim";
|
||||
excludesFile = "~/.config/git/ignore"
|
||||
|
|
Loading…
Reference in a new issue