try ssh-ng back

This commit is contained in:
Osman Faruk Bayram 2025-02-23 20:49:52 +03:00
parent 4613f3658b
commit d766317430
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@
LC_PAPER = "tr_TR.UTF-8";
LC_TELEPHONE = "tr_TR.UTF-8";
LC_TIME = "ja_JP.UTF-8";
# LC_ALL = "en_US.UTF-8";
};
services.xserver.xkb = {

View file

@ -12,7 +12,7 @@
supportedFeatures = outputs.nixosConfigurations.ymir.config.nix.settings.system-features;
sshKey = config.age.secrets.ssh-key-private.path;
sshUser = "osbm";
protocol = "ssh";
protocol = "ssh-ng";
}
];
}