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 = [
|
imports = [
|
||||||
./nvidia
|
./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]
|
[user]
|
||||||
name = "Tibo De Peuter"
|
name = "Tibo De Peuter"
|
||||||
email = "tibo@depeuter.dev"
|
email = "tibo.depeuter@gmail.com"
|
||||||
signingkey = "0x9B11F5243089DB5B"
|
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = true
|
ui = true
|
||||||
|
|
||||||
[commit]
|
|
||||||
# Always sign commits
|
|
||||||
gpgsign = true
|
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = "vim";
|
editor = "vim";
|
||||||
excludesFile = "~/.config/git/ignore"
|
excludesFile = "~/.config/git/ignore"
|
||||||
|
|
Loading…
Reference in a new issue