remove dottily config and fix deprecated nix options

This commit is contained in:
2026-06-12 21:30:41 +02:00
parent f7e1f95746
commit 1ac7fe8d35
6 changed files with 8 additions and 992 deletions
+8 -8
View File
@@ -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";
};
};
};