Compare commits

..

No commits in common. "08f46c76e824f4e9de80c4cbe7eb473424974841" and "6f1fe35d3a79721080418bddf7b2e604fe99c6f9" have entirely different histories.

3 changed files with 4 additions and 22 deletions

View file

@ -15,7 +15,6 @@
./ime.nix
./mako.nix
./nvd.nix
./ssh.nix
./sway.nix
];

View file

@ -18,6 +18,10 @@
s = "status -s";
};
signing = {
key = "EBAC355935FD7382";
};
extraConfig = {
branch = {
sort = "-committerdate";
@ -27,10 +31,6 @@
defaultBranch = "main";
};
gpg = {
format = "ssh";
};
push = {
autoSetupRemote = true;
};
@ -38,10 +38,6 @@
pull = {
ff = "only";
};
user = {
signingKey = "~/.ssh/id_buffet";
};
};
};
};

View file

@ -1,13 +0,0 @@
{
home-manager.users.buffet = {
programs.ssh = {
enable = true;
extraConfig = ''
Host kitchen
Hostname buffets.kitchen
User forgejo
IdentityFile ~/.ssh/id_buffet_ecdsa
'';
};
};
}