remove dottily config and fix deprecated nix options
This commit is contained in:
@@ -202,7 +202,7 @@
|
||||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
pinentryPackage = pkgs.pinentry-curses;
|
||||
pinentry.package = pkgs.pinentry-curses;
|
||||
};
|
||||
|
||||
programs.delta = {
|
||||
@@ -214,14 +214,14 @@
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
matchBlocks = {
|
||||
"codeberg.org" = {
|
||||
identityFile = "~/.ssh/id_ed25519_codeberg";
|
||||
settings = {
|
||||
"Host codeberg.org" = {
|
||||
IdentityFile = "~/.ssh/id_ed25519_codeberg";
|
||||
};
|
||||
"macbook" = {
|
||||
hostname = "192.168.50.205";
|
||||
user = "olovjohansson";
|
||||
identityFile = "~/.ssh/id_ed25519";
|
||||
"Host macbook" = {
|
||||
HostName = "192.168.50.205";
|
||||
User = "olovjohansson";
|
||||
IdentityFile = "~/.ssh/id_ed25519";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user