try ssh-ng back
This commit is contained in:
parent
4613f3658b
commit
d766317430
2 changed files with 2 additions and 1 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
LC_PAPER = "tr_TR.UTF-8";
|
LC_PAPER = "tr_TR.UTF-8";
|
||||||
LC_TELEPHONE = "tr_TR.UTF-8";
|
LC_TELEPHONE = "tr_TR.UTF-8";
|
||||||
LC_TIME = "ja_JP.UTF-8";
|
LC_TIME = "ja_JP.UTF-8";
|
||||||
|
# LC_ALL = "en_US.UTF-8";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.xserver.xkb = {
|
services.xserver.xkb = {
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
supportedFeatures = outputs.nixosConfigurations.ymir.config.nix.settings.system-features;
|
supportedFeatures = outputs.nixosConfigurations.ymir.config.nix.settings.system-features;
|
||||||
sshKey = config.age.secrets.ssh-key-private.path;
|
sshKey = config.age.secrets.ssh-key-private.path;
|
||||||
sshUser = "osbm";
|
sshUser = "osbm";
|
||||||
protocol = "ssh";
|
protocol = "ssh-ng";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue