"Release" 25.11 Hooray

This commit is contained in:
2025-12-04 22:27:33 +00:00
parent 4433395125
commit 45861bef08
12 changed files with 91 additions and 95 deletions

View File

@@ -132,8 +132,7 @@ in
ssh = {
enable = mkDefault true;
# TODO: Set after 25.11 releases
# enableDefaultConfig = false;
enableDefaultConfig = false;
matchBlocks = {
nix-dev-vm = {
user = "dev";
@@ -159,13 +158,14 @@ in
host = "cube spoon napalm gandalf saruman";
user = "root";
};
"*" = {
identityFile = [
"~/.ssh/id_rsa"
"~/.ssh/borg"
];
};
};
extraConfig =
''
IdentityFile ~/.ssh/id_rsa
IdentityFile ~/.ssh/netsoc
IdentityFile ~/.ssh/borg
'';
};
direnv = {