Switch levitation over to ssh signing
This commit is contained in:
parent
dac5135308
commit
eb26f898af
|
@ -3,6 +3,9 @@ rec {
|
||||||
# yubikey ssh key
|
# yubikey ssh key
|
||||||
"yubikey" =
|
"yubikey" =
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILRs6zVljIlQEZ8F+aEBqqbpeFJwCw3JdveZ8TQWfkev cardno:000615938515";
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILRs6zVljIlQEZ8F+aEBqqbpeFJwCw3JdveZ8TQWfkev cardno:000615938515";
|
||||||
|
# levitation ssh key
|
||||||
|
"levitation" =
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG0zeLTlg++shIYcqxksDVkTtHS3MIvlqPIIW+9pufQa nathan@levitation";
|
||||||
# WSL key
|
# WSL key
|
||||||
"wsl" =
|
"wsl" =
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGXEV5lvLQ1CcPuJANv5AiYxtcRFEYXD5nODCazWnYC5 nathan@mccarty.io";
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGXEV5lvLQ1CcPuJANv5AiYxtcRFEYXD5nODCazWnYC5 nathan@mccarty.io";
|
||||||
|
|
|
@ -3,7 +3,13 @@
|
||||||
services = { email = { enable = true; }; };
|
services = { email = { enable = true; }; };
|
||||||
config = { isDesktop = true; };
|
config = { isDesktop = true; };
|
||||||
programs = {
|
programs = {
|
||||||
util = { wine = true; };
|
util = {
|
||||||
|
wine = true;
|
||||||
|
git = {
|
||||||
|
gpgSign = false;
|
||||||
|
sshSign = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
games = { launcher = true; };
|
games = { launcher = true; };
|
||||||
media.nicotineService = true;
|
media.nicotineService = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue