Compare commits
No commits in common. "08f46c76e824f4e9de80c4cbe7eb473424974841" and "6f1fe35d3a79721080418bddf7b2e604fe99c6f9" have entirely different histories.
08f46c76e8
...
6f1fe35d3a
3 changed files with 4 additions and 22 deletions
|
@ -15,7 +15,6 @@
|
||||||
./ime.nix
|
./ime.nix
|
||||||
./mako.nix
|
./mako.nix
|
||||||
./nvd.nix
|
./nvd.nix
|
||||||
./ssh.nix
|
|
||||||
./sway.nix
|
./sway.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@
|
||||||
s = "status -s";
|
s = "status -s";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
signing = {
|
||||||
|
key = "EBAC355935FD7382";
|
||||||
|
};
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
branch = {
|
branch = {
|
||||||
sort = "-committerdate";
|
sort = "-committerdate";
|
||||||
|
@ -27,10 +31,6 @@
|
||||||
defaultBranch = "main";
|
defaultBranch = "main";
|
||||||
};
|
};
|
||||||
|
|
||||||
gpg = {
|
|
||||||
format = "ssh";
|
|
||||||
};
|
|
||||||
|
|
||||||
push = {
|
push = {
|
||||||
autoSetupRemote = true;
|
autoSetupRemote = true;
|
||||||
};
|
};
|
||||||
|
@ -38,10 +38,6 @@
|
||||||
pull = {
|
pull = {
|
||||||
ff = "only";
|
ff = "only";
|
||||||
};
|
};
|
||||||
|
|
||||||
user = {
|
|
||||||
signingKey = "~/.ssh/id_buffet";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue